1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Change Postgres95 to PostgreSQL. Update CLUSTER manual page.

This commit is contained in:
Bruce Momjian
1998-03-14 21:58:09 +00:00
parent 12429af027
commit 3674ccdf95
10 changed files with 51 additions and 25 deletions

View File

@ -49,7 +49,7 @@ CREATE INDEX bt_f8_index ON bt_f8_heap USING btree (seqno float8_ops);
--
-- BTREE partial indices
-- partial indices are not supported in postgres95
-- partial indices are not supported in PostgreSQL
--
--CREATE INDEX onek2_u1_prtl ON onek2 USING btree(unique1 int4_ops)
-- where onek2.unique1 < 20 or onek2.unique1 > 980;