[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>
Date: 2022-08-22T12:48:56Z
Lists: pgsql-hackers
Attachments
- v1-0001-Tab-completion-for-SET-COMPRESSION.patch (application/octet-stream) patch v1-0001
Hi hackers, The proposed patch adds the missing tab completion for 'ALTER TABLE ... SET COMPRESSION ...' syntax. -- 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