Skip to content

Commit a7f8e30

Browse files
committed
psql: print longtable as a possible \pset option
For some reason this message was not updated when the longtable option was added. Backpatch through 9.3
1 parent d66455b commit a7f8e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/psql/command.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,7 @@ do_pset(const char *param, const char *value, printQueryOpt *popt, bool quiet)
22892289
popt->topt.format = PRINT_TROFF_MS;
22902290
else
22912291
{
2292-
psql_error("\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-ms\n");
2292+
psql_error("\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, latex-longtable, troff-ms\n");
22932293
return false;
22942294
}
22952295

0 commit comments

Comments
 (0)