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 $ -->
2
2
3
3
<chapter id="ddl">
4
4
<title>Data Definition</title>
@@ -987,6 +987,15 @@ DROP TABLE products CASCADE;
987
987
the defaults might be different.
988
988
</para>
989
989
</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>
990
999
</sect1>
991
1000
992
1001
</chapter>
You can’t perform that action at this time.
0 commit comments