File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 22PostgreSQL TODO List
33====================
44Current maintainer: Bruce Momjian (bruce@momjian.us)
5- Last updated: Thu Mar 22 16:38:31 EDT 2007
5+ Last updated: Thu Mar 22 16:54:36 EDT 2007
66
77The most recent version of this document can be viewed at
88http://www.postgresql.org/docs/faqs.TODO.html.
@@ -424,6 +424,11 @@ Multi-Language Support
424424 defaults to the server encoding.
425425 http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php
426426
427+ * Fix cases where invalid byte encodings are accepted by the database,
428+ but throw an error on SELECT
429+
430+ http://archives.postgresql.org/pgsql-hackers/2007-03/msg00767.php
431+
427432
428433Views / Rules
429434=============
Original file line number Diff line number Diff line change 88< body bgcolor ="#FFFFFF " text ="#000000 " link ="#FF0000 " vlink ="#A00000 " alink ="#0000FF ">
99< h1 > < a name ="section_1 "> PostgreSQL TODO List</ a > </ h1 >
1010< p > Current maintainer: Bruce Momjian (< a href ="mailto:bruce@momjian.us "> bruce@momjian.us</ a > )< br />
11- Last updated: Thu Mar 22 16:38:31 EDT 2007
11+ Last updated: Thu Mar 22 16:54:36 EDT 2007
1212</ p >
1313< p > The most recent version of this document can be viewed at< br />
1414< a href ="http://www.postgresql.org/docs/faqs.TODO.html "> http://www.postgresql.org/docs/faqs.TODO.html</ a > .
@@ -380,6 +380,10 @@ <h1><a name="section_6">Multi-Language Support</a></h1>
380380< p > Currently client_encoding is set in postgresql.conf, which
381381 defaults to the server encoding.
382382 < a href ="http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php "> http://archives.postgresql.org/pgsql-hackers/2006-08/msg01696.php</ a >
383+ </ p >
384+ </ li > < li > Fix cases where invalid byte encodings are accepted by the database,
385+ but throw an error on SELECT
386+ < p > < a href ="http://archives.postgresql.org/pgsql-hackers/2007-03/msg00767.php "> http://archives.postgresql.org/pgsql-hackers/2007-03/msg00767.php</ a >
383387</ p >
384388</ li > </ ul >
385389< h1 > < a name ="section_7 "> Views / Rules</ a > </ h1 >
You can’t perform that action at this time.
0 commit comments