Add item:
> > * Set client encoding based on the client operating system encoding > > Currently client_encoding is set in postgresql.conf, which > defaults to the server encoding.
This commit is contained in:
parent
329cec451e
commit
e8efd98312
7
doc/TODO
7
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
Current maintainer: Bruce Momjian (bruce@momjian.us)
|
||||||
Last updated: Mon Sep 18 10:56:04 EDT 2006
|
Last updated: Mon Sep 18 11:52:19 EDT 2006
|
||||||
|
|
||||||
The most recent version of this document can be viewed at
|
The most recent version of this document can be viewed at
|
||||||
http://www.postgresql.org/docs/faqs.TODO.html.
|
http://www.postgresql.org/docs/faqs.TODO.html.
|
||||||
@ -414,6 +414,11 @@ Multi-Language Support
|
|||||||
http://archives.postgresql.org/pgsql-bugs/2005-10/msg00001.php
|
http://archives.postgresql.org/pgsql-bugs/2005-10/msg00001.php
|
||||||
http://archives.postgresql.org/pgsql-patches/2005-11/msg00173.php
|
http://archives.postgresql.org/pgsql-patches/2005-11/msg00173.php
|
||||||
|
|
||||||
|
* Set client encoding based on the client operating system encoding
|
||||||
|
|
||||||
|
Currently client_encoding is set in postgresql.conf, which
|
||||||
|
defaults to the server encoding.
|
||||||
|
|
||||||
|
|
||||||
Views / Rules
|
Views / Rules
|
||||||
=============
|
=============
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
<body bgcolor="#FFFFFF" text="#000000" link="#FF0000" vlink="#A00000" alink="#0000FF">
|
||||||
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
<h1><a name="section_1">PostgreSQL TODO List</a></h1>
|
||||||
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:bruce@momjian.us">bruce@momjian.us</a>)<br/>
|
||||||
Last updated: Mon Sep 18 10:56:04 EDT 2006
|
Last updated: Mon Sep 18 11:52:19 EDT 2006
|
||||||
</p>
|
</p>
|
||||||
<p>The most recent version of this document can be viewed at<br/>
|
<p>The most recent version of this document can be viewed at<br/>
|
||||||
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
<a href="http://www.postgresql.org/docs/faqs.TODO.html">http://www.postgresql.org/docs/faqs.TODO.html</a>.
|
||||||
@ -379,6 +379,10 @@ first.
|
|||||||
properly in multibyte encodings
|
properly in multibyte encodings
|
||||||
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2005-10/msg00001.php">http://archives.postgresql.org/pgsql-bugs/2005-10/msg00001.php</a>
|
<p> <a href="http://archives.postgresql.org/pgsql-bugs/2005-10/msg00001.php">http://archives.postgresql.org/pgsql-bugs/2005-10/msg00001.php</a>
|
||||||
<a href="http://archives.postgresql.org/pgsql-patches/2005-11/msg00173.php">http://archives.postgresql.org/pgsql-patches/2005-11/msg00173.php</a>
|
<a href="http://archives.postgresql.org/pgsql-patches/2005-11/msg00173.php">http://archives.postgresql.org/pgsql-patches/2005-11/msg00173.php</a>
|
||||||
|
</p>
|
||||||
|
</li><li>Set client encoding based on the client operating system encoding
|
||||||
|
<p> Currently client_encoding is set in postgresql.conf, which
|
||||||
|
defaults to the server encoding.
|
||||||
</p>
|
</p>
|
||||||
</li></ul>
|
</li></ul>
|
||||||
<h1><a name="section_7">Views / Rules</a></h1>
|
<h1><a name="section_7">Views / Rules</a></h1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user