psql: Add some completion support for CREATE TABLE .. AS
Michael Paquier <michael@paquier.xyz>
psql: Add some completion support for CREATE TABLE .. AS "AS" is added as a suggested keyword for CREATE TABLE for a few query patterns, including the case where a list of columns is given in parenthesis. More queries can be now completed with the keywords supported for queries in a CTAS, after: CREATE TABLE [TEMP|TEMPORARY|UNLOGGED] <name> [ (...) ] AS Author: Gilles Darold Reviewed-by: Jim Jones Discussion: https://postgr.es/m/e462b251-99a7-4abc-aedc-214688742c80@darold.net
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/tab-complete.c | modified | +10 −4 |
Discussion
- Tab completion for CREATE TABLE ... AS 5 messages · 2023-11-02 → 2023-11-16