diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-11-03 11:49:21 -0500 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-11-03 11:49:21 -0500 |
| commit | f4057cdffc355f5d4a9d8411fb953069be6d72ea (patch) | |
| tree | e28afd4921201c72c0c413db90962d66a6b86988 /doc/src/sgml/ref/psql-ref.sgml | |
| parent | fd5ce6b89b63bdb9632a925a80f6f7d4e7bd2e00 (diff) | |
Code + docs review for unicode linestyle patch.
Fix some brain fade in commit a2dabf0e1dda93c8: erroneous variable names
in docs, rearrangements that made sentences less clear not more so,
undocumented and poorly-chosen-anyway API behaviors of subroutines,
bad grammar in error messages, copy-and-paste faults.
Albe Laurenz and Tom Lane
Diffstat (limited to 'doc/src/sgml/ref/psql-ref.sgml')
| -rw-r--r-- | doc/src/sgml/ref/psql-ref.sgml | 42 |
1 files changed, 23 insertions, 19 deletions
diff --git a/doc/src/sgml/ref/psql-ref.sgml b/doc/src/sgml/ref/psql-ref.sgml index fd05023d12c..e690534d9c9 100644 --- a/doc/src/sgml/ref/psql-ref.sgml +++ b/doc/src/sgml/ref/psql-ref.sgml @@ -2012,14 +2012,15 @@ lo_import 152801 The <replaceable class="parameter">value</replaceable> must be a number. In general, the higher the number the more borders and lines the tables will have, - but this depends on the particular format. In - <acronym>HTML</acronym> format, this will translate directly - into the <literal>border=...</literal> attribute; in - <literal>latex</literal> and <literal>latex-longtable</literal> - 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 <literal>border = 2</literal>. + but details depend on the particular format. + In <acronym>HTML</acronym> format, this will translate directly + into the <literal>border=...</literal> attribute. + In most 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 <literal>border = 2</literal>. + The <literal>latex</literal> and <literal>latex-longtable</literal> + formats additionally allow a value of 3 to add dividing lines + between data rows. </para> </listitem> </varlistentry> @@ -2194,8 +2195,8 @@ lo_import 152801 <para> When the <literal>border</> setting is greater than zero, - this option also determines the characters - with which the border lines are drawn. + the <literal>linestyle</literal> option also determines the + characters with which the border lines are drawn. Plain <acronym>ASCII</acronym> characters work everywhere, but Unicode characters look nicer on displays that recognize them. </para> @@ -2338,31 +2339,34 @@ lo_import 152801 </varlistentry> <varlistentry> - <term><literal>unicode_border_style</literal></term> + <term><literal>unicode_border_linestyle</literal></term> <listitem> <para> - Sets the border drawing style for the <literal>unicode</literal> line style to one - of <literal>single</literal> or <literal>double</literal>. + Sets the border drawing style for the <literal>unicode</literal> + line style to one of <literal>single</literal> + or <literal>double</literal>. </para> </listitem> </varlistentry> <varlistentry> - <term><literal>unicode_column_style</literal></term> + <term><literal>unicode_column_linestyle</literal></term> <listitem> <para> - Sets the column drawing style for the <literal>unicode</literal> line style to one - of <literal>single</literal> or <literal>double</literal>. + Sets the column drawing style for the <literal>unicode</literal> + line style to one of <literal>single</literal> + or <literal>double</literal>. </para> </listitem> </varlistentry> <varlistentry> - <term><literal>unicode_header_style</literal></term> + <term><literal>unicode_header_linestyle</literal></term> <listitem> <para> - Sets the header drawing style for the <literal>unicode</literal> line style to one - of <literal>single</literal> or <literal>double</literal>. + Sets the header drawing style for the <literal>unicode</literal> + line style to one of <literal>single</literal> + or <literal>double</literal>. </para> </listitem> </varlistentry> |
