mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
psql latex fixes
Remove extra line at bottom of table for new 'latex' mode border=3. Also update 'latex'-longtable 'tableattr' docs to say 'whitespace-separated' instead of 'space'.
This commit is contained in:
@ -1681,7 +1681,7 @@ print_latex_text(const printTableContent *cont, FILE *fout)
|
||||
{
|
||||
printTableFooter *footers = footers_with_default(cont);
|
||||
|
||||
if (opt_border >= 2)
|
||||
if (opt_border == 2)
|
||||
fputs("\\hline\n", fout);
|
||||
|
||||
fputs("\\end{tabular}\n\n\\noindent ", fout);
|
||||
|
Reference in New Issue
Block a user