A patch that adds primary key and unique key support to psql's \d - Mailing list pgsql-patches

From Christopher Kings-Lynne
Subject A patch that adds primary key and unique key support to psql's \d
Date
Msg-id ECEHIKNFIMMECLEBJFIGAEJMCAAA.chriskl@familyhealth.com.au
Whole thread Raw
Responses Re: A patch that adds primary key and unique key support to psql's \d  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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)

Chris

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: pgindent changes to selfuncs.c
Next
From: Bruce Momjian
Date:
Subject: Remove sort files