From 74a82bafe434adbf80872ddd17f3e8c7a0eadc71 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 18 Jan 2013 08:30:31 -0500 Subject: 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'. --- doc/src/sgml/ref/psql-ref.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index 504a5164de9..4c99cd9951d 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2163,7 +2163,7 @@ lo_import 152801 In latex-longtable format, this controls the proportional width of each column containing a left-aligned - data type. It is specified as a space-separated list of values, + data type. It is specified as a whitespace-separated list of values, e.g. '0.2 0.2 0.6'. Unspecified output columns use the last specified value. -- cgit v1.2.3