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

Commit301f800

Browse files
committed
Merge psql \df options into a single \? line, and update docs.
1 parentaeb3c2f commit301f800

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

‎doc/src/sgml/ref/psql-ref.sgml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.224 2009/04/2115:49:06 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.225 2009/04/2117:23:05 momjian Exp $
33
PostgreSQL documentation
44
-->
55

@@ -1038,8 +1038,7 @@ testdb=&gt;
10381038

10391039

10401040
<varlistentry>
1041-
<term><literal>\df[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1042-
<term><literal>\df[antw][S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
1041+
<term><literal>\df[antwS+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
10431042

10441043
<listitem>
10451044
<para>

‎src/bin/psql/help.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.147 2009/04/2115:49:06 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.148 2009/04/2117:23:05 momjian Exp $
77
*/
88
#include"postgres_fe.h"
99

@@ -205,8 +205,7 @@ slashUsage(unsigned short int pager)
205205
fprintf(output,_(" \\des[+] [PATTERN] list foreign servers\n"));
206206
fprintf(output,_(" \\deu[+] [PATTERN] list user mappings\n"));
207207
fprintf(output,_(" \\dew[+] [PATTERN] list foreign-data wrappers\n"));
208-
fprintf(output,_(" \\df[S+] [PATTERN] list functions\n"));
209-
fprintf(output,_(" \\df[antwS+] [PATTERN] list only agg/normal/trigger/window functions\n"));
208+
fprintf(output,_(" \\df[antwS+] [PATTERN] list (only agg/normal/trigger/window) functions\n"));
210209
fprintf(output,_(" \\dF[+] [PATTERN] list text search configurations\n"));
211210
fprintf(output,_(" \\dFd[+] [PATTERN] list text search dictionaries\n"));
212211
fprintf(output,_(" \\dFp[+] [PATTERN] list text search parsers\n"));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp