Skip to content
Snippets Groups Projects
Commit 1923816c authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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
parent 23649288
Branches
Tags
No related merge requests found
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.1 2002/08/05 19:44:57 petere Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/ddl.sgml,v 1.2 2002/08/28 20:17:44 momjian Exp $ -->
<chapter id="ddl">
<title>Data Definition</title>
......@@ -987,6 +987,15 @@ DROP TABLE products CASCADE;
the defaults might be different.
</para>
</note>
<note>
<para>
Foreign Key constraint dependencies and SERIAL dependencies from
<productname>PostgreSQL</productname> versions prior to 7.3 are
<emphasis>not</emphasis> maintained or created during the upgrade
process. However, all other dependency types are created successfully.
</para>
</note>
</sect1>
</chapter>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment