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. + +