pgsql-server/src/bin/psql describe.c - Mailing list pgsql-committers

From momjian@svr1.postgresql.org (Bruce Momjian)
Subject pgsql-server/src/bin/psql describe.c
Date
Msg-id 20031201221107.7BFDDD1D400@svr1.postgresql.org
Whole thread Raw
List pgsql-committers
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


pgsql-committers by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql-server/ oc/src/sgml/datatype.sgml oc/src ...
Next
From: Bruce Momjian
Date:
Subject: Re: pgsql-server/src/bin/psql describe.c