File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 1- <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.1 2002/08/05 19:44:57 petere Exp $ -->
1+ <!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.2 2002/08/28 20:17:44 momjian Exp $ -->
22
33<chapter id="ddl">
44 <title>Data Definition</title>
@@ -987,6 +987,15 @@ DROP TABLE products CASCADE;
987987 the defaults might be different.
988988 </para>
989989 </note>
990+
991+ <note>
992+ <para>
993+ Foreign Key constraint dependencies and SERIAL dependencies from
994+ <productname>PostgreSQL</productname> versions prior to 7.3 are
995+ <emphasis>not</emphasis> maintained or created during the upgrade
996+ process. However, all other dependency types are created successfully.
997+ </para>
998+ </note>
990999 </sect1>
9911000
9921001</chapter>
You can’t perform that action at this time.
0 commit comments