mirror of https://github.com/postgres/postgres
Update for patches applied:
< * Change factorial to return a numeric > * -Change factorial to return a numeric (Gavin) 258c258 < * Allow psql \du to show groups, and add \dg for groups > * -Allow psql \du to show groups, and add \dg for groups
This commit is contained in:
parent
8bb60b6423
commit
9be15f4d52
8
doc/TODO
8
doc/TODO
|
@ -1,6 +1,6 @@
|
|||
TODO list for PostgreSQL
|
||||
========================
|
||||
Last updated: Sun Nov 30 00:29:26 EST 2003
|
||||
Last updated: Mon Dec 1 17:22:38 EST 2003
|
||||
|
||||
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
|
||||
|
||||
|
@ -63,7 +63,7 @@ Data Types
|
|||
==========
|
||||
|
||||
* Remove Money type, add money formatting for decimal type
|
||||
* Change factorial to return a numeric
|
||||
* -Change factorial to return a numeric (Gavin)
|
||||
* Change NUMERIC to enforce the maximum precision, and increase it
|
||||
* Add function to return compressed length of TOAST data values (Tom)
|
||||
* Allow INET subnet tests using non-constants to be indexed
|
||||
|
@ -255,7 +255,7 @@ Clients
|
|||
=======
|
||||
|
||||
* Add XML capability to pg_dump and COPY, when backend XML capability
|
||||
* Allow psql \du to show groups, and add \dg for groups
|
||||
* -Allow psql \du to show groups, and add \dg for groups
|
||||
* Allow clients to query a list of WITH HOLD cursors and prepared statements
|
||||
* Prevent unneeded quoting in psql \d output using fmtId()
|
||||
* Add a libpq function to support Parse/DescribeStatement capability
|
||||
|
@ -461,7 +461,7 @@ Source Code
|
|||
* Acquire lock on a relation before building a relcache entry for it
|
||||
* Research interaction of setitimer() and sleep() used by statement_timeout
|
||||
* Add checks for fclose() failure
|
||||
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/30 05:29:26 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1176 2003/11/30 05:29:26 momjian Exp $
|
||||
* Change CVS $PostgreSQL: pgsql/doc/TODO,v 1.1177 2003/12/01 22:22:44 momjian Exp $ to $PostgreSQL: pgsql/doc/TODO,v 1.1177 2003/12/01 22:22:44 momjian Exp $
|
||||
* Exit postmaster if postgresql.conf can not be opened
|
||||
* Rename /scripts directory because they are all C programs now
|
||||
* Allow the regression tests to start postmaster with -i so the tests
|
||||
|
|
Loading…
Reference in New Issue