File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,8 +175,8 @@ slashUsage(unsigned short int pager)
175
175
fprintf (output , _ (" \\copyright show PostgreSQL usage and distribution terms\n" ));
176
176
fprintf (output , _ (" \\crosstabview [COLUMNS] execute query and display results in crosstab\n" ));
177
177
fprintf (output , _ (" \\errverbose show most recent error message at maximum verbosity\n" ));
178
- fprintf (output , _ (" \\g [(OPTIONS)] [FILE] execute query (and send results to file or |pipe);\n" ));
179
- fprintf ( output , _ ( " \\g with no arguments is equivalent to a semicolon\n" ));
178
+ fprintf (output , _ (" \\g [(OPTIONS)] [FILE] execute query (and send results to file or |pipe);\n"
179
+ " \\g with no arguments is equivalent to a semicolon\n" ));
180
180
fprintf (output , _ (" \\gdesc describe result of query, without executing it\n" ));
181
181
fprintf (output , _ (" \\gexec execute query, then execute each value in its result\n" ));
182
182
fprintf (output , _ (" \\gset [PREFIX] execute query and store results in psql variables\n" ));
You can’t perform that action at this time.
0 commit comments