[PATCH] Tab completion for SET COMPRESSION
Hi hackers,
The proposed patch adds the missing tab completion for 'ALTER TABLE
... SET COMPRESSION ...' syntax.
--
Best regards,
Aleksander Alekseev
Attachments:
v1-0001-Tab-completion-for-SET-COMPRESSION.patchapplication/octet-stream; name=v1-0001-Tab-completion-for-SET-COMPRESSION.patchDownload+4-1
On 2022-08-22 21:48, Aleksander Alekseev wrote:
Hi hackers,
The proposed patch adds the missing tab completion for 'ALTER TABLE
... SET COMPRESSION ...' syntax.
Thanks, LGTM.
In addition, why not take this opportunity to create a tab completion
for "ALTER TABLE <name> OF <type_name>" and "ALTER TABLE <name> NOT OF"?
--
Regards,
--
Shinya Kato
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
On Tue, Sep 06, 2022 at 09:54:53AM +0900, Shinya Kato wrote:
In addition, why not take this opportunity to create a tab completion for
"ALTER TABLE <name> OF <type_name>" and "ALTER TABLE <name> NOT OF"?
Right. That looks fine to me, so applied.
--
Michael
Hi hackers,
Right. That looks fine to me, so applied.
Thanks, Michael.
In addition, why not take this opportunity to create a tab completion for
"ALTER TABLE <name> OF <type_name>" and "ALTER TABLE <name> NOT OF"?
Thanks for reviewing, Shinya. Let's fix this too. The patch is attached.
--
Best regards,
Aleksander Alekseev
Attachments:
v1-0001-Add-psql-tab-compression-for-OF-NOT-OF-with-ALTER.patchapplication/octet-stream; name=v1-0001-Add-psql-tab-compression-for-OF-NOT-OF-with-ALTER.patchDownload+2-2
On 2022-09-06 17:28, Aleksander Alekseev wrote:
In addition, why not take this opportunity to create a tab completion
for
"ALTER TABLE <name> OF <type_name>" and "ALTER TABLE <name> NOT OF"?Thanks for reviewing, Shinya. Let's fix this too. The patch is
attached.
Thanks for the new patch!
A minor modification has been made so that the composite type is also
completed after "ALTER TABLE <name> OF".
Thought?
--
Regards,
--
Shinya Kato
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION
Attachments:
v2-0001-Add-psql-tab-compression-for-OF-NOT-OF-with-ALTER.patchtext/x-diff; name=v2-0001-Add-psql-tab-compression-for-OF-NOT-OF-with-ALTER.patchDownload+6-1
Hi Shinya,
A minor modification has been made so that the composite type is also
completed after "ALTER TABLE <name> OF".
LGTM. Here is v3 created with `git format-path`. Unlike v2 it also
includes the commit message.
--
Best regards,
Aleksander Alekseev
Attachments:
v3-0001-Add-psql-tab-compression-for-OF-NOT-OF-with-ALTER.patchapplication/octet-stream; name=v3-0001-Add-psql-tab-compression-for-OF-NOT-OF-with-ALTER.patchDownload+6-2
On 2022-09-06 20:57, Aleksander Alekseev wrote:
Hi Shinya,
A minor modification has been made so that the composite type is also
completed after "ALTER TABLE <name> OF".LGTM. Here is v3 created with `git format-path`. Unlike v2 it also
includes the commit message.
Thanks! I marked it as ready for committer.
--
Regards,
--
Shinya Kato
Advanced Computing Technology Center
Research and Development Headquarters
NTT DATA CORPORATION