Re: Have psql \dD show checks - Mailing list pgsql-patches

From Neil Conway
Subject Re: Have psql \dD show checks
Date
Msg-id 4253728B.2090100@samurai.com
Whole thread Raw
In response to Have psql \dD show checks  ("Greg Sabino Mullane" <greg@turnstep.com>)
List pgsql-patches
Greg Sabino Mullane wrote:
> Patch to show check information when listing domains via \dD in psql.
> Per question by Edmund Bacon on the pgsql-general list.

Patch applied, thanks. I didn't change the left join to pg_namespace to
be an inner join; while I think this is probably worth doing, it is a
separate issue. (Also, don't put semi-related, not-obviously-right
changes into patches without justifying them in the patch summary,
please :) )

-Neil

pgsql-patches by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Update psql and pg_dump for new COPY api
Next
From: Neil Conway
Date:
Subject: Re: DELETE ... USING