mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Merge psql \df options into a single \? line, and update docs.
This commit is contained in:
parent
aeb3c2fce4
commit
301f800895
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.224 2009/04/21 15:49:06 momjian Exp $
|
$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.225 2009/04/21 17:23:05 momjian Exp $
|
||||||
PostgreSQL documentation
|
PostgreSQL documentation
|
||||||
-->
|
-->
|
||||||
|
|
||||||
@ -1038,8 +1038,7 @@ testdb=>
|
|||||||
|
|
||||||
|
|
||||||
<varlistentry>
|
<varlistentry>
|
||||||
<term><literal>\df[S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
|
<term><literal>\df[antwS+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
|
||||||
<term><literal>\df[antw][S+] [ <replaceable class="parameter">pattern</replaceable> ]</literal></term>
|
|
||||||
|
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>
|
<para>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
|
* Copyright (c) 2000-2009, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.147 2009/04/21 15:49:06 momjian Exp $
|
* $PostgreSQL: pgsql/src/bin/psql/help.c,v 1.148 2009/04/21 17:23:05 momjian Exp $
|
||||||
*/
|
*/
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
|
|
||||||
@ -205,8 +205,7 @@ slashUsage(unsigned short int pager)
|
|||||||
fprintf(output, _(" \\des[+] [PATTERN] list foreign servers\n"));
|
fprintf(output, _(" \\des[+] [PATTERN] list foreign servers\n"));
|
||||||
fprintf(output, _(" \\deu[+] [PATTERN] list user mappings\n"));
|
fprintf(output, _(" \\deu[+] [PATTERN] list user mappings\n"));
|
||||||
fprintf(output, _(" \\dew[+] [PATTERN] list foreign-data wrappers\n"));
|
fprintf(output, _(" \\dew[+] [PATTERN] list foreign-data wrappers\n"));
|
||||||
fprintf(output, _(" \\df[S+] [PATTERN] list functions\n"));
|
fprintf(output, _(" \\df[antwS+] [PATTERN] list (only agg/normal/trigger/window) functions\n"));
|
||||||
fprintf(output, _(" \\df[antwS+] [PATTERN] list only agg/normal/trigger/window functions\n"));
|
|
||||||
fprintf(output, _(" \\dF[+] [PATTERN] list text search configurations\n"));
|
fprintf(output, _(" \\dF[+] [PATTERN] list text search configurations\n"));
|
||||||
fprintf(output, _(" \\dFd[+] [PATTERN] list text search dictionaries\n"));
|
fprintf(output, _(" \\dFd[+] [PATTERN] list text search dictionaries\n"));
|
||||||
fprintf(output, _(" \\dFp[+] [PATTERN] list text search parsers\n"));
|
fprintf(output, _(" \\dFp[+] [PATTERN] list text search parsers\n"));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user