@@ -166,7 +166,7 @@ slashUsage(unsigned short int pager)
166
166
* Use "psql --help=commands | wc" to count correctly. It's okay to count
167
167
* the USE_READLINE line even in builds without that.
168
168
*/
169
- output = PageOutput (135 , pager ? & (pset .popt .topt ) : NULL );
169
+ output = PageOutput (136 , pager ? & (pset .popt .topt ) : NULL );
170
170
171
171
fprintf (output , _ ("General\n" ));
172
172
fprintf (output , _ (" \\copyright show PostgreSQL usage and distribution terms\n" ));
@@ -236,8 +236,8 @@ slashUsage(unsigned short int pager)
236
236
fprintf (output , _ (" \\dD[S+] [PATTERN] list domains\n" ));
237
237
fprintf (output , _ (" \\ddp [PATTERN] list default privileges\n" ));
238
238
fprintf (output , _ (" \\dE[S+] [PATTERN] list foreign tables\n" ));
239
- fprintf (output , _ (" \\det[+] [PATTERN] list foreign tables\n" ));
240
239
fprintf (output , _ (" \\des[+] [PATTERN] list foreign servers\n" ));
240
+ fprintf (output , _ (" \\det[+] [PATTERN] list foreign tables\n" ));
241
241
fprintf (output , _ (" \\deu[+] [PATTERN] list user mappings\n" ));
242
242
fprintf (output , _ (" \\dew[+] [PATTERN] list foreign-data wrappers\n" ));
243
243
fprintf (output , _ (" \\df[anptw][S+] [FUNCPTRN [TYPEPTRN ...]]\n"
@@ -257,7 +257,7 @@ slashUsage(unsigned short int pager)
257
257
fprintf (output , _ (" \\dO[S+] [PATTERN] list collations\n" ));
258
258
fprintf (output , _ (" \\dp [PATTERN] list table, view, and sequence access privileges\n" ));
259
259
fprintf (output , _ (" \\dP[itn+] [PATTERN] list [only index/table] partitioned relations [n=nested]\n" ));
260
- fprintf (output , _ (" \\drds [PATRN1 [PATRN2 ]] list per-database role settings\n" ));
260
+ fprintf (output , _ (" \\drds [ROLEPTRN [DBPTRN ]] list per-database role settings\n" ));
261
261
fprintf (output , _ (" \\dRp[+] [PATTERN] list replication publications\n" ));
262
262
fprintf (output , _ (" \\dRs[+] [PATTERN] list replication subscriptions\n" ));
263
263
fprintf (output , _ (" \\ds[S+] [PATTERN] list sequences\n" ));
@@ -347,7 +347,7 @@ helpVariables(unsigned short int pager)
347
347
* Windows builds currently print one more line than non-Windows builds.
348
348
* Using the larger number is fine.
349
349
*/
350
- output = PageOutput (158 , pager ? & (pset .popt .topt ) : NULL );
350
+ output = PageOutput (160 , pager ? & (pset .popt .topt ) : NULL );
351
351
352
352
fprintf (output , _ ("List of specially treated variables\n\n" ));
353
353
0 commit comments