pgsql: Add tab-completion for CREATE FOREIGN TABLE.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add tab-completion for CREATE FOREIGN TABLE.
Date: 2022-01-15 02:23:21
Message-ID: E1n8Yiv-0006FZ-Kf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add tab-completion for CREATE FOREIGN TABLE.

Unlike CREATE TABLE, CREATE FOREIGN TABLE is not allowed inside
CREATE SCHEMA, so Matches() is used instead of TailMatches() for
the tab-completion.

Author: Tang <tanghy(dot)fnst(at)fujitsu(dot)com>
Reviewed-by: Fujii Masao
Discussion: https://postgr.es/m/OS0PR01MB61137E96E0551278782D11CDFB519@OS0PR01MB6113.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/74527c3e022d3ace648340b79a6ddec3419f6732

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

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2022-01-15 18:27:10 pgsql: Build inherited extended stats on partitioned tables
Previous Message Tomas Vondra 2022-01-15 02:20:18 pgsql: Ignore extended statistics for inheritance trees