|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.234 2009/11/22 22:06:30 tgl Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/ref/psql-ref.sgml,v 1.235 2009/11/25 20:26:30 tgl Exp $ |
3 | 3 | PostgreSQL documentation |
4 | 4 | --> |
5 | 5 |
|
@@ -1785,6 +1785,7 @@ lo_import 152801 |
1785 | 1785 | or <literal>unicode</literal>. |
1786 | 1786 | Unique abbreviations are allowed. (That would mean one |
1787 | 1787 | letter is enough.) |
| 1788 | + The default setting is <literal>ascii</>. |
1788 | 1789 | This option only affects the <literal>aligned</> and |
1789 | 1790 | <literal>wrapped</> output formats. |
1790 | 1791 | </para> |
@@ -1826,12 +1827,6 @@ lo_import 152801 |
1826 | 1827 | Plain <acronym>ASCII</acronym> characters work everywhere, but |
1827 | 1828 | Unicode characters look nicer on displays that recognize them. |
1828 | 1829 | </para> |
1829 | | - |
1830 | | - <para> |
1831 | | - If this option has not been set, the default behavior is to use |
1832 | | - <literal>unicode</literal> style if the client character set encoding |
1833 | | - is UTF-8, otherwise <literal>ascii</literal> style. |
1834 | | - </para> |
1835 | 1830 | </listitem> |
1836 | 1831 | </varlistentry> |
1837 | 1832 |
|
|