Skip to content
Snippets Groups Projects
Commit 8c702ea7 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Modify:

< * Order duplicate index entries by tid for faster heap lookups
> * Order duplicate index entries on creation by tid for faster heap lookups
parent d245b6bd
No related branches found
No related tags found
No related merge requests found
TODO list for PostgreSQL TODO list for PostgreSQL
======================== ========================
Last updated: Tue Mar 16 11:13:31 EST 2004 Last updated: Wed Mar 17 12:40:38 EST 2004
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us) Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...@@ -124,7 +124,7 @@ Views / Rules ...@@ -124,7 +124,7 @@ Views / Rules
Indexes Indexes
======= =======
* Order duplicate index entries by tid for faster heap lookups * Order duplicate index entries on creation by tid for faster heap lookups
* Allow inherited tables to inherit index, UNIQUE constraint, and primary * Allow inherited tables to inherit index, UNIQUE constraint, and primary
key, foreign key [inheritance] key, foreign key [inheritance]
* UNIQUE INDEX on base column not honored on inserts from inherited table * UNIQUE INDEX on base column not honored on inserts from inherited table
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment