[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

Hi hackers,

The proposed patch adds the missing tab completion for 'ALTER TABLE
... SET COMPRESSION ...' syntax.

-- 
Best regards,
Aleksander Alekseev

Commits

  1. Add psql tab compression for ALTER TABLE .. { OF | NOT OF }

  2. Add psql tab compression for SET COMPRESSION with ALTER TABLE