agora inbox for pgsql-hackers@postgresql.orghelp / color / mirror / Atom feed
[PATCH 1/4] psql: Add tab completion for ALTER SEQUENCE … START … 1+ messages / 1 participants [nested] [flat]
* [PATCH 1/4] psql: Add tab completion for ALTER SEQUENCE … START … @ 2022-10-12 13:17 Dagfinn Ilmari Mannsåker <ilmari@ilmari.org> 0 siblings, 0 replies; 1+ messages in thread From: Dagfinn Ilmari Mannsåker @ 2022-10-12 13:17 UTC (permalink / raw) --- src/bin/psql/tab-complete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/psql/tab-complete.c b/src/bin/psql/tab-complete.c index 584d9d5ae6..24a5f1f62b 100644 --- a/src/bin/psql/tab-complete.c +++ b/src/bin/psql/tab-complete.c @@ -2104,7 +2104,7 @@ psql_completion(const char *text, int start, int end) /* ALTER SEQUENCE <name> */ else if (Matches("ALTER", "SEQUENCE", MatchAny)) COMPLETE_WITH("AS", "INCREMENT", "MINVALUE", "MAXVALUE", "RESTART", - "NO", "CACHE", "CYCLE", "SET", "OWNED BY", + "START", "NO", "CACHE", "CYCLE", "SET", "OWNED BY", "OWNER TO", "RENAME TO"); /* ALTER SEQUENCE <name> AS */ else if (TailMatches("ALTER", "SEQUENCE", MatchAny, "AS")) -- 2.34.1 --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0002-psql-Add-tab-completion-for-ALTER-COLUMN-SET-GENERAT.patch ^ permalink raw reply [nested|flat] 1+ messages in thread
only message in thread Thread overview: 1+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2022-10-12 13:17 [PATCH 1/4] psql: Add tab completion for ALTER SEQUENCE … START … Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox