*** pgsql/doc/src/sgml/ref/psql-ref.sgml 2009/11/22 22:06:30 1.234 --- pgsql/doc/src/sgml/ref/psql-ref.sgml 2009/11/25 20:26:30 1.235 *************** *** 1,5 **** --- 1,5 ---- *************** lo_import 152801 *** 1785,1790 **** --- 1785,1791 ---- or unicode. Unique abbreviations are allowed. (That would mean one letter is enough.) + The default setting is ascii. This option only affects the aligned and wrapped output formats. *************** lo_import 152801 *** 1826,1837 **** Plain ASCII characters work everywhere, but Unicode characters look nicer on displays that recognize them. - - - If this option has not been set, the default behavior is to use - unicode style if the client character set encoding - is UTF-8, otherwise ascii style. - --- 1827,1832 ----