Add "basic" for table partitioning.
authorBruce Momjian <bruce@momjian.us>
Thu, 22 Sep 2005 23:24:58 +0000 (23:24 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 22 Sep 2005 23:24:58 +0000 (23:24 +0000)
doc/src/sgml/release.sgml

index 6300a89a6bccc30c27743485746ab2adec638865..61d7a9ce2a4050a0e56512df5b3068d9cde5d89c 100644 (file)
@@ -1,5 +1,5 @@
 <!--
-$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.369 2005/09/16 05:35:39 neilc Exp $
+$PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.370 2005/09/22 23:24:58 momjian Exp $
 
 Typical markup:
 
@@ -517,7 +517,7 @@ pg_[A-Za-z0-9_]                 <application>
         constraints (Simon)
        </para>
        <para>
-        This allows for a type of table partitioning. If child tables
+        This allows for a basic type of table partitioning. If child tables
         store separate key ranges and this is enforced using appropriate
         <command>CHECK</> constraints, the optimizer will skip child
         table accesses when the constraint guarantees no matching rows