diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-12-08 22:45:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-12-08 22:45:51 +0000 |
commit | d4fa3a8c78da2261ea10b5dbfdc3933ba5b9131e (patch) | |
tree | 1a2041b0e9678f541aeeeb48914d53fe104fc8d5 | |
parent | 9f389f7db979ef3183831e0b8cacaeb5f10db4c6 (diff) | |
download | postgresql-d4fa3a8c78da2261ea10b5dbfdc3933ba5b9131e.tar.gz postgresql-d4fa3a8c78da2261ea10b5dbfdc3933ba5b9131e.zip |
Wrap UTF-8 paragraph.
-rw-r--r-- | doc/src/sgml/release.sgml | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 912a847d3a7..00cbdb04b3a 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.9 2005/12/08 22:36:52 momjian Exp $ +$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.400.2.10 2005/12/08 22:45:51 momjian Exp $ Typical markup: @@ -586,16 +586,17 @@ psql -t -f fixseq.sql db1 | psql -e db1 <listitem> <para> - Some users are having problems loading UTF-8 data into - 8.1.X. This is because previous versions allowed invalid UTF-8 byte + Some users are having problems loading UTF-8 data into 8.1.X. + This is because previous versions allowed invalid UTF-8 byte sequences to be entered into the database, and this release - properly accepts only valid UTF-8 sequences. One - way to correct a dumpfile is to run the command <command>iconv -c -f UTF-8 -t UTF-8 - -o cleanfile.sql dumpfile.sql</>. The <literal>-c</> option removes - invalid character sequences. A diff of the two files will show the - sequences that are invalid. <command>iconv</> reads the entire input - file into memory so it might be necessary to use <command>split</> - to break up the dump into multiple smaller files for processing. + properly accepts only valid UTF-8 sequences. One way to correct a + dumpfile is to run the command <command>iconv -c -f UTF-8 -t + UTF-8 -o cleanfile.sql dumpfile.sql</>. The <literal>-c</> option + removes invalid character sequences. A diff of the two files will + show the sequences that are invalid. <command>iconv</> reads the + entire input file into memory so it might be necessary to use + <command>split</> to break up the dump into multiple smaller + files for processing. </para> </listitem> |