mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Add locale/encoding references:
< Right now only one encoding is allowed per database. > Right now only one encoding is allowed per database. [locale] > * Add CREATE COLLATE? [locale]
This commit is contained in:
parent
bc29957202
commit
5b50ede670
5
doc/TODO
5
doc/TODO
@ -2,7 +2,7 @@
|
|||||||
PostgreSQL TODO List
|
PostgreSQL TODO List
|
||||||
====================
|
====================
|
||||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||||
Last updated: Wed Jun 14 14:39:03 EDT 2006
|
Last updated: Wed Jun 14 14:47:40 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.
|
||||||
@ -361,9 +361,10 @@ Multi-Language Support
|
|||||||
|
|
||||||
* Allow encoding on a per-column basis
|
* Allow encoding on a per-column basis
|
||||||
|
|
||||||
Right now only one encoding is allowed per database.
|
Right now only one encoding is allowed per database. [locale]
|
||||||
http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
|
http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php
|
||||||
|
|
||||||
|
* Add CREATE COLLATE? [locale]
|
||||||
* Support multiple simultaneous character sets, per SQL92
|
* Support multiple simultaneous character sets, per SQL92
|
||||||
* Improve UTF8 combined character handling?
|
* Improve UTF8 combined character handling?
|
||||||
* Add octet_length_server() and octet_length_client()
|
* Add octet_length_server() and octet_length_client()
|
||||||
|
@ -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:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
<p>Current maintainer: Bruce Momjian (<a href="mailto:pgman@candle.pha.pa.us">pgman@candle.pha.pa.us</a>)<br/>
|
||||||
Last updated: Wed Jun 14 14:39:03 EDT 2006
|
Last updated: Wed Jun 14 14:47:40 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>.
|
||||||
@ -334,9 +334,10 @@ first.
|
|||||||
need to be reindexed to match the new locale.
|
need to be reindexed to match the new locale.
|
||||||
</p>
|
</p>
|
||||||
</li><li>Allow encoding on a per-column basis
|
</li><li>Allow encoding on a per-column basis
|
||||||
<p> Right now only one encoding is allowed per database.
|
<p> Right now only one encoding is allowed per database. [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?locale">locale</a>]
|
||||||
<a href="http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php">http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php</a>
|
<a href="http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php">http://archives.postgresql.org/pgsql-hackers/2005-03/msg00932.php</a>
|
||||||
</p>
|
</p>
|
||||||
|
</li><li>Add CREATE COLLATE? [<a href="http://momjian.postgresql.org/cgi-bin/pgtodo?locale">locale</a>]
|
||||||
</li><li>Support multiple simultaneous character sets, per SQL92
|
</li><li>Support multiple simultaneous character sets, per SQL92
|
||||||
</li><li>Improve UTF8 combined character handling?
|
</li><li>Improve UTF8 combined character handling?
|
||||||
</li><li>Add octet_length_server() and octet_length_client()
|
</li><li>Add octet_length_server() and octet_length_client()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user