From a2dabf0e1dda93c860b10bff7b73617e7b090108 Mon Sep 17 00:00:00 2001 From: Stephen Frost Date: Fri, 12 Sep 2014 12:04:37 -0400 Subject: Add unicode_{column|header|border}_style to psql With the unicode linestyle, this adds support to control if the column, header, or border style should be single or double line unicode characters. The default remains 'single'. In passing, clean up the border documentation and address some minor formatting/spelling issues. Pavel Stehule, with some additional changes by me. --- doc/src/sgml/ref/psql-ref.sgml | 40 +++++++++++++++++++++++++++++++++++----- 1 file changed, 35 insertions(+), 5 deletions(-) (limited to 'doc/src') diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index aa71674731e..e7fcc734b53 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -1996,12 +1996,12 @@ lo_import 152801 the number the more borders and lines the tables will have, but this depends on the particular format. In HTML format, this will translate directly - into the border=... attribute; in the - other formats only values 0 (no border), 1 (internal dividing lines), - and 2 (table frame) make sense. + into the border=... attribute; in latex and latex-longtable - also support a border value of 3 which adds - a dividing line between each row. + formats, a value of 3 will add a dividing line between each row; in + the other formats only values 0 (no border), 1 (internal dividing + lines), and 2 (table frame) make sense and values above 2 will be + treated the same as border = 2. @@ -2306,6 +2306,36 @@ lo_import 152801 + + + unicode_border_style + + + Sets the border drawing style for the unicode linestyle to one + of single or double. + + + + + + unicode_column_style + + + Sets the column drawing style for the unicode linestyle to one + of single or double. + + + + + + unicode_header_style + + + Sets the header drawing style for the unicode linestyle to one + of single or double. + + + -- cgit v1.2.3