Thread: pgsql-server/src/bin/psql describe.c

pgsql-server/src/bin/psql describe.c

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    03/12/01 18:11:07

Modified files:
    src/bin/psql   : describe.c

Log message:
    This patch finishes off the work that I did with making view
    definitions use pretty printing.

    It does:

    * Pretty index predicates
    * Pretty rule definitions
    * Uppercases PRIMARY KEY and UNIQUE to be consistent with CHECK and
    FOREIGN KEY
    * View rules are improved to match table rules:

    Christopher Kings-Lynne