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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add psql tab compression for ALTER TABLE .. { OF | NOT OF }
Date: 2022-09-10 08:22:46
Message-ID: E1oWvlF-002GYU-Fs@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

ALTER TABLE .. OF is now able to complete with the list of available
composite types that can be used with the query.

Author: Aleksander Alekseev
Reviewed-by: Shinya Kato
Discussion: https://postgr.es/m/47b71e0c523b30357208e79786161281@oss.nttdata.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6afcab6ac1e03975dc59d62c3ccaf98ed2831669

Modified Files
--------------
src/bin/psql/tab-complete.c | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-09-10 20:42:35 pgsql: Doc: improve explanation of when custom GUCs appear in pg_settin
Previous Message Andres Freund 2022-09-10 08:19:44 Re: pgsql: aix: No need to use mkldexport when we want to export all symbol