Skip to content

Commit 71851e9

Browse files
committed
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
1 parent c96581a commit 71851e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/tab-complete.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2705,7 +2705,7 @@ psql_completion(const char *text, int start, int end)
27052705
if (TailMatches("(|*,"))
27062706
COMPLETE_WITH("INPUT", "OUTPUT", "RECEIVE", "SEND",
27072707
"TYPMOD_IN", "TYPMOD_OUT", "ANALYZE",
2708-
"INTERNALLENGTH", "PASSBYVALUE", "ALIGNMENT",
2708+
"INTERNALLENGTH", "PASSEDBYVALUE", "ALIGNMENT",
27092709
"STORAGE", "LIKE", "CATEGORY", "PREFERRED",
27102710
"DEFAULT", "ELEMENT", "DELIMITER",
27112711
"COLLATABLE");

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy