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

Commitb1543cc

Browse files
committed
Add tab completion for \pset in psql.
Pavel Stehule, reviewed by Ian Lawrence Barwick
1 parentbd5a9a5 commitb1543cc

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

‎src/bin/psql/tab-complete.c

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3335,9 +3335,10 @@ psql_completion(char *text, int start, int end)
33353335
elseif (strcmp(prev_wd,"\\pset")==0)
33363336
{
33373337
staticconstchar*constmy_list[]=
3338-
{"format","border","expanded",
3339-
"null","fieldsep","tuples_only","title","tableattr",
3340-
"linestyle","pager","recordsep",NULL};
3338+
{"border","columns","expanded","fieldsep","fieldsep_zero",
3339+
"footer","format","linestyle","null","numericlocale",
3340+
"pager","recordsep","recordsep_zero","tableattr","title",
3341+
"tuples_only",NULL};
33413342

33423343
COMPLETE_WITH_LIST_CS(my_list);
33433344
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp