mirror of
https://github.com/postgres/postgres.git
synced 2025-05-17 06:41:24 +03:00
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
This commit is contained in:
parent
d66455bc9f
commit
a7f8e306d2
@ -2289,7 +2289,7 @@ do_pset(const char *param, const char *value, printQueryOpt *popt, bool quiet)
|
||||
popt->topt.format = PRINT_TROFF_MS;
|
||||
else
|
||||
{
|
||||
psql_error("\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, troff-ms\n");
|
||||
psql_error("\\pset: allowed formats are unaligned, aligned, wrapped, html, latex, latex-longtable, troff-ms\n");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user