mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Fix tab completion for CREATE TYPE in psql
Oversight in 7bdc655
.
Author: Alexander Lakhin
Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
This commit is contained in:
@ -2705,7 +2705,7 @@ psql_completion(const char *text, int start, int end)
|
||||
if (TailMatches("(|*,"))
|
||||
COMPLETE_WITH("INPUT", "OUTPUT", "RECEIVE", "SEND",
|
||||
"TYPMOD_IN", "TYPMOD_OUT", "ANALYZE",
|
||||
"INTERNALLENGTH", "PASSBYVALUE", "ALIGNMENT",
|
||||
"INTERNALLENGTH", "PASSEDBYVALUE", "ALIGNMENT",
|
||||
"STORAGE", "LIKE", "CATEGORY", "PREFERRED",
|
||||
"DEFAULT", "ELEMENT", "DELIMITER",
|
||||
"COLLATABLE");
|
||||
|
Reference in New Issue
Block a user