Skip to content

Commit 301f800

Browse files
committed
Merge psql \df options into a single \? line, and update docs.
1 parent aeb3c2f commit 301f800

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/21 15:49:06 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.225 2009/04/21 17: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/21 15:49:06 momjian Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.148 2009/04/21 17: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)
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