diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-06 19:13:13 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-06 19:13:13 +0000 |
commit | 4672093a8e55bf82c805863693adf991c63a9386 (patch) | |
tree | 62300bf2943dfe30792a35ced8fc0f8dd41b2acd | |
parent | a209b9850f0c3bec3ae1a4b1565621c5d8354710 (diff) | |
download | postgresql-4672093a8e55bf82c805863693adf991c63a9386.tar.gz postgresql-4672093a8e55bf82c805863693adf991c63a9386.zip |
Let's put that </link> in a sane place ...
-rw-r--r-- | doc/src/sgml/release-9.0.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/release-9.0.sgml b/doc/src/sgml/release-9.0.sgml index ddd0acc2e90..3d720bdc6c1 100644 --- a/doc/src/sgml/release-9.0.sgml +++ b/doc/src/sgml/release-9.0.sgml @@ -1,4 +1,4 @@ -<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.46 2010/08/06 18:55:24 tgl Exp $ --> +<!-- $PostgreSQL: pgsql/doc/src/sgml/release-9.0.sgml,v 2.47 2010/08/06 19:13:13 tgl Exp $ --> <sect1 id="release-9-0"> <title>Release 9.0</title> @@ -91,8 +91,8 @@ <listitem> <para> <link linkend="SQL-CREATETABLE-compatibility">Deferrable - unique constraints. Mass updates to unique keys are now possible - without trickery.</link> + unique constraints</link>. Mass updates to unique keys are now possible + without trickery. </para> </listitem> |