1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Updates create_function.sgml with fixes for new foreign keys

This commit is contained in:
Bruce Momjian
2000-04-14 21:44:21 +00:00
parent 91cce19de8
commit 6787c6c9e8
2 changed files with 186 additions and 203 deletions

View File

@ -1,6 +1,6 @@
TODO list for PostgreSQL
========================
Last updated: Thu Mar 23 01:35:33 EST 2000
Last updated: Fri Apr 14 16:07:41 EDT 2000
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
@ -309,6 +309,7 @@ SOURCE CODE
* Remove SET KSQO option if OR processing is improved(Tom)
* -Pre-generate lex and yacc output so not required for install(Peter E)
* Use macros to define NT open() file parameters, remove NT-specific defines
* Change CURRENT to OLD internally for rules
---------------------------------------------------------------------------