Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbda58e9

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

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
@@ -2374,7 +2374,7 @@ do_pset(const char *param, const char *value, printQueryOpt *popt, bool quiet)
23742374
popt->topt.format=PRINT_TROFF_MS;
23752375
else
23762376
{
2377-
psql_error("\\pset: allowed formats are unaligned, aligned, wrapped, html, asciidoc, latex, troff-ms\n");
2377+
psql_error("\\pset: allowed formats are unaligned, aligned, wrapped, html, asciidoc, latex,latex-longtable,troff-ms\n");
23782378
return false;
23792379
}
23802380

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp