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

Appearance settings

Commit aa79276

Browse filesBrowse files
committed
psql: Format \? output a little better
1 parent 1e8ada0 commit aa79276
Copy full SHA for aa79276

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎src/bin/psql/help.c‎

Copy file name to clipboardExpand all lines: src/bin/psql/help.c
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -228,10 +228,10 @@ slashUsage(unsigned short int pager)
228228
fprintf(output, _(" \\d[S+] NAME describe table, view, sequence, or index\n"));
229229
fprintf(output, _(" \\da[S] [PATTERN] list aggregates\n"));
230230
fprintf(output, _(" \\dA[+] [PATTERN] list access methods\n"));
231-
fprintf(output, _(" \\dAc[+] [AMPTRN [TYPEPTRN]] list operator classes\n"));
232-
fprintf(output, _(" \\dAf[+] [AMPTRN [TYPEPTRN]] list operator families\n"));
233-
fprintf(output, _(" \\dAo[+] [AMPTRN [OPFPTRN]] list operators of operator families\n"));
234-
fprintf(output, _(" \\dAp [AMPTRN [OPFPTRN]] list support functions of operator families\n"));
231+
fprintf(output, _(" \\dAc[+] [AMPTRN [TYPEPTRN]] list operator classes\n"));
232+
fprintf(output, _(" \\dAf[+] [AMPTRN [TYPEPTRN]] list operator families\n"));
233+
fprintf(output, _(" \\dAo[+] [AMPTRN [OPFPTRN]] list operators of operator families\n"));
234+
fprintf(output, _(" \\dAp [AMPTRN [OPFPTRN]] list support functions of operator families\n"));
235235
fprintf(output, _(" \\db[+] [PATTERN] list tablespaces\n"));
236236
fprintf(output, _(" \\dc[S+] [PATTERN] list conversions\n"));
237237
fprintf(output, _(" \\dC[+] [PATTERN] list casts\n"));

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.