Add mention of foreign key dependency and SERIAL in 7.2 data restores.
authorBruce Momjian
Wed, 28 Aug 2002 20:17:44 +0000 (20:17 +0000)
committerBruce Momjian
Wed, 28 Aug 2002 20:17:44 +0000 (20:17 +0000)
Note can probably be removed after a couple of releases.

Rod Taylor

doc/src/sgml/ddl.sgml

index 2a1d15706eb4d32b734c44b00a767048029aeced..49fb9784b155671ed544288bb1e07c32bc6f5114 100644 (file)
@@ -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.
+   
+