mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
<!-- $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">
|
<chapter id="ddl">
|
||||||
<title>Data Definition</title>
|
<title>Data Definition</title>
|
||||||
@ -987,6 +987,15 @@ DROP TABLE products CASCADE;
|
|||||||
the defaults might be different.
|
the defaults might be different.
|
||||||
</para>
|
</para>
|
||||||
</note>
|
</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>
|
</sect1>
|
||||||
|
|
||||||
</chapter>
|
</chapter>
|
||||||
|
Reference in New Issue
Block a user