Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit71851e9

Browse files
committed
Fix tab completion for CREATE TYPE in psql
Oversight in7bdc655.Author: Alexander LakhinDiscussion:https://postgr.es/m/5da8e325-c665-da95-21e0-c8a99ea61fbf@gmail.com
1 parentc96581a commit71851e9

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)

[8]ページ先頭

©2009-2025 Movatter.jp