1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-05 23:38:41 +03:00

Done by Peter:

< * Improve the information schema to be more standards-compliant:
<
<   http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php
This commit is contained in:
Bruce Momjian
2006-06-14 21:58:21 +00:00
parent 456a852d5b
commit 6894d695fa
2 changed files with 2 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
PostgreSQL TODO List
====================
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Last updated: Wed Jun 14 17:54:38 EDT 2006
Last updated: Wed Jun 14 17:58:12 EDT 2006
The most recent version of this document can be viewed at
http://www.postgresql.org/docs/faqs.TODO.html.
@@ -350,9 +350,6 @@ Functions
* -Allow user-defined functions retuning a domain value to enforce domain
constraints
* Add SPI_gettypmod() to return the typemod for a TupleDesc
* Improve the information schema to be more standards-compliant:
http://archives.postgresql.org/pgsql-bugs/2005-10/msg00028.php
Multi-Language Support