diff options
-rw-r--r-- | doc/src/sgml/release.sgml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 5207d78e3f2..a638c58253b 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.457 2006/09/25 15:35:28 neilc Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.458 2006/09/26 11:45:33 momjian Exp $ --> <!-- Typical markup: @@ -103,7 +103,13 @@ For new features, add links to the documentation sections. <listitem> <para> - More control over creating/dropping objects and inheritance + More control over creating and dropping objects + </para> + </listitem> + + <listitem> + <para> + Allow inheritance to be removed from tables </para> </listitem> |