pgsql/src/backend/utils/adt ruleutils.c - Mailing list pgsql-committers

From [email protected]
Subject pgsql/src/backend/utils/adt ruleutils.c
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    [email protected]    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.


pgsql-committers by date:

Previous
From: [email protected]
Date:
Subject: pgsql/src/backend/storage ipc/ipc.c lmgr/proc. ...
Next
From: [email protected]
Date:
Subject: pgsql/src/bin/pg_dump pg_dump.c pg_dump.h