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

From Bruce Momjian
Subject Re: A patch that adds primary key and unique key support to psql's \d
Date
Msg-id 200105280156.f4S1u5N06429@candle.pha.pa.us
Whole thread Raw
In response to A patch that adds primary key and unique key support to psql's \d  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Responses RE: A patch that adds primary key and unique key support to psql's \d  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-patches
Patch applied.

Christopher, can you post a sample of the new output.  Also, does this
affect the psql docs at all?


Thanks.


[ Charset ISO-8859-1 unsupported, converting... ]
> 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, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Patch for JDBC fractional hour timezone offset bug
Next
From: "Christopher Kings-Lynne"
Date:
Subject: RE: A patch that adds primary key and unique key support to psql's \d