Commit 71851e9a authored by Michael Paquier's avatar Michael Paquier

Fix tab completion for CREATE TYPE in psql

Oversight in 7bdc6556.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
parent c96581ab
......@@ -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");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment