pgsql/src/backend/utils/adt ruleutils.c

From: tgl(at)postgresql(dot)org
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt ruleutils.c
Date: 2001-10-01 20:15:27
Message-ID: 200110012015.f91KFRx07862@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl(at)postgresql(dot)org 01/10/01 16:15:26

Modified files:
src/backend/utils/adt: ruleutils.c

Log message:
Extend pg_get_indexdef() to know about index predicates. Also, tweak
it to suppress index opclass output for opclasses that are the default
for their datatype; only non-default opclasses are shown explicitly.
This is expected to improve portability of the CREATE INDEX command
across future versions of Postgres --- we've changed index opclasses
too often in the past to think we won't do so again.

Browse pgsql-committers by date

  From Date Subject
Next Message tgl 2001-10-01 21:31:53 pgsql/src/bin/pg_dump pg_dump.c pg_dump.h
Previous Message tgl 2001-10-01 18:16:51 pgsql/src/backend/storage ipc/ipc.c lmgr/proc. ...