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

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

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

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