Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit404c004

Browse files
committed
Add:
>> * Fix cases where invalid byte encodings are accepted by the database,> but throw an error on SELECT>>http://archives.postgresql.org/pgsql-hackers/2007-03/msg00767.php
1 parent9c51b92 commit404c004

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

‎doc/TODO

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
PostgreSQL TODO List
33
====================
44
Current 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

77
The most recent version of this document can be viewed at
88
http://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

428433
Views / Rules
429434
=============

‎doc/src/FAQ/TODO.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<bodybgcolor="#FFFFFF"text="#000000"link="#FF0000"vlink="#A00000"alink="#0000FF">
99
<h1><aname="section_1">PostgreSQL TODO List</a></h1>
1010
<p>Current maintainer: Bruce Momjian (<ahref="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
<ahref="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
<ahref="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><ahref="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><aname="section_7">Views / Rules</a></h1>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp