pgsql: Add tab-completion for CREATE FOREIGN TABLE. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Add tab-completion for CREATE FOREIGN TABLE.
Date
Msg-id E1n8Yiv-0006FZ-Kf@gemulon.postgresql.org
Whole thread Raw
List 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.fnst@fujitsu.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(+)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Ignore extended statistics for inheritance trees
Next
From: Tomas Vondra
Date:
Subject: pgsql: Build inherited extended stats on partitioned tables