diff options
author | Bruce Momjian <bruce@momjian.us> | 2005-09-22 23:24:58 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2005-09-22 23:24:58 +0000 |
commit | 8a64ec6285060177868917ce32a224725a16dde6 (patch) | |
tree | 31ff5d8699d957e86044d98589e5be361de3904f | |
parent | a5b9e18acc95fabfc91335d4674d1198cc76b97f (diff) | |
download | postgresql-8a64ec6285060177868917ce32a224725a16dde6.tar.gz postgresql-8a64ec6285060177868917ce32a224725a16dde6.zip |
Add "basic" for table partitioning.
-rw-r--r-- | doc/src/sgml/release.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release.sgml b/doc/src/sgml/release.sgml index 6300a89a6bc..61d7a9ce2a4 100644 --- a/doc/src/sgml/release.sgml +++ b/doc/src/sgml/release.sgml @@ -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 |