diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-02-22 04:08:01 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-02-22 04:08:01 +0000 |
commit | 64011b4dce7db05bd7bb1911fe81fcc8f2da75e1 (patch) | |
tree | f70325417ffca5c0849eef0029f83a6124a1caa5 | |
parent | b4feafb6ffdc8417abb167f5d3297428dc465b03 (diff) | |
download | postgresql-64011b4dce7db05bd7bb1911fe81fcc8f2da75e1.tar.gz postgresql-64011b4dce7db05bd7bb1911fe81fcc8f2da75e1.zip |
Add:
> * Add internationalized message strings
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,7 @@ TODO list for PostgreSQL ======================== Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) -Last updated: Mon Feb 21 13:50:58 EST 2005 +Last updated: Mon Feb 21 23:07:19 EST 2005 The most recent version of this document can be viewed at the PostgreSQL web site, http://www.PostgreSQL.org. @@ -571,6 +571,7 @@ Clients o sqlwarn[6] should be 'W' if the PRECISION or SCALE value specified o Make SET CONNECTION thread-aware, non-standard? o Allow multidimensional arrays + * Add internationalized message strings Referential Integrity |