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

From Bruce Momjian - CVS
Subject pgsql/src/bin/psql describe.c
Date
Msg-id 200105280201.f4S21Mx78350@hub.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /home/projects/pgsql/cvsroot
Module name:    pgsql
Changes by:    momjian@hub.org    01/05/27 22:01:22

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

Log message:
    This just breaks down the indices in to three groups:

    non-unique: stay as they were
    unique and primary: become listed as primary keys
    unique and non-primary: become listed as unique keys

    I also made it so that it shows the names of check constraints ie:

    Check: "$1" (a > 5)

    Christopher Kings


pgsql-committers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: pgsql/src/backend/utils/mb conv.c
Next
From: Bruce Momjian - CVS
Date:
Subject: pgsql/doc/src/sgml/ref psql-ref.sgml