mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
psql: Add tab completion for ALTER COLLATION / REFRESH VERSION
This was forgotten when this command form was added (eccfef81e1f73ee41f1d8bfe4fa4e80576945048).
This commit is contained in:
parent
54637508f8
commit
fefce9ef98
@ -1746,7 +1746,7 @@ psql_completion(const char *text, int start, int end)
|
||||
|
||||
/* ALTER COLLATION <name> */
|
||||
else if (Matches("ALTER", "COLLATION", MatchAny))
|
||||
COMPLETE_WITH("OWNER TO", "RENAME TO", "SET SCHEMA");
|
||||
COMPLETE_WITH("OWNER TO", "REFRESH VERSION", "RENAME TO", "SET SCHEMA");
|
||||
|
||||
/* ALTER CONVERSION <name> */
|
||||
else if (Matches("ALTER", "CONVERSION", MatchAny))
|
||||
|
Loading…
x
Reference in New Issue
Block a user