File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 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 $
33PostgreSQL documentation
44-->
55
@@ -1038,8 +1038,7 @@ testdb=>
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>
Original file line number Diff line number Diff line change 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" ));
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments