Re: [PATCH] Tab completion for SET COMPRESSION
Aleksander Alekseev <aleksander@timescale.com>
From: Aleksander Alekseev <aleksander@timescale.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Cc: Michael Paquier <michael@paquier.xyz>,
Shinya Kato <shinya11.kato@oss.nttdata.com>
Date: 2022-09-06T11:57:55Z
Lists: pgsql-hackers
Attachments
- v3-0001-Add-psql-tab-compression-for-OF-NOT-OF-with-ALTER.patch (application/octet-stream) patch v3-0001
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
Commits
-
Add psql tab compression for ALTER TABLE .. { OF | NOT OF }
- 6afcab6ac1e0 16.0 landed
-
Add psql tab compression for SET COMPRESSION with ALTER TABLE
- 4cbe579746ea 16.0 landed