From 1923816c37037bbbf526180306c1c2d8c61bd081 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 28 Aug 2002 20:17:44 +0000 Subject: [PATCH] Add mention of foreign key dependency and SERIAL in 7.2 data restores. Note can probably be removed after a couple of releases. Rod Taylor --- doc/src/sgml/ddl.sgml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/src/sgml/ddl.sgml b/doc/src/sgml/ddl.sgml index 2a1d15706e..49fb9784b1 100644 --- a/doc/src/sgml/ddl.sgml +++ b/doc/src/sgml/ddl.sgml @@ -1,4 +1,4 @@ - + Data Definition @@ -987,6 +987,15 @@ DROP TABLE products CASCADE; the defaults might be different. + + + + Foreign Key constraint dependencies and SERIAL dependencies from + PostgreSQL versions prior to 7.3 are + not maintained or created during the upgrade + process. However, all other dependency types are created successfully. + +