[PATCH]Add tab completion for foreigh table
tanghy.fnst@fujitsu.com <tanghy.fnst@fujitsu.com>
From: "tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>
To: "pgsql-hackers@lists.postgresql.org" <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-11T12:43:21Z
Lists: pgsql-hackers
Attachments
- v1-0001-add-tab-completion-for-PARTITION-OF-when-creating.patch (application/octet-stream) patch v1-0001
Hi Attached a patch to improve the tab completion for foreigh table. Also modified some DOC description of ALTER TABLE at [1] in according with CREATE INDEX at [2]. In [1], we use "ALTER INDEX ATTACH PARTITION" In [2], we use "ALTER INDEX ... ATTACH PARTITION" I think the format in [2] is better. [1] https://www.postgresql.org/docs/devel/sql-altertable.html [2] https://www.postgresql.org/docs/devel/sql-createindex.html Regards, Tang
Commits
-
Add tab-completion for CREATE FOREIGN TABLE.
- 74527c3e022d 15.0 landed