pgsql/src/bin/psql describe.c

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/bin/psql describe.c
Date: 2001-05-28 02:01:22
Message-ID: 200105280201.f4S21Mx78350@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2001-05-28 04:27:17 pgsql/doc/src/sgml/ref psql-ref.sgml
Previous Message Tatsuo Ishii 2001-05-28 01:01:09 pgsql/src/backend/utils/mb Tag: REL7_1_STABLE ...