\dD does not show check constraint for domain on version 8.0.4?

Started by Ludwig Isaac Limover 20 years ago2 messagesgeneral
Jump to latest
#1Ludwig Isaac Lim
ludz_lim@yahoo.com

Hi:

I just upgraded my PostgreSQL from version 8.0.3 to
version 8.0.4. I noticed that the \dD command in psql does
not show the check constaint of a domain. I am surpised
becaused the archives stated that a patch for displaying
check constraint in \dD command has already been applied
(http://archives.postgresql.org/pgsql-patches/2005-04/msg00034.php).

psql --version
psql (PostgreSQL) 8.0.4

Was the patch for version 8.1? I'm just wondering why
the patch was not applied to PostgreSQL version 8.0.4

Thank you!

Ludwig Lim

__________________________________
Yahoo! Mail - PC Magazine Editors' Choice 2005
http://mail.yahoo.com

#2Michael Fuhr
mike@fuhr.org
In reply to: Ludwig Isaac Lim (#1)
Re: \dD does not show check constraint for domain on version 8.0.4?

On Tue, Oct 11, 2005 at 08:36:12AM -0700, Ludwig Isaac Lim wrote:

I just upgraded my PostgreSQL from version 8.0.3 to
version 8.0.4. I noticed that the \dD command in psql does
not show the check constaint of a domain. I am surpised
becaused the archives stated that a patch for displaying
check constraint in \dD command has already been applied
(http://archives.postgresql.org/pgsql-patches/2005-04/msg00034.php).

psql --version
psql (PostgreSQL) 8.0.4

Was the patch for version 8.1? I'm just wondering why
the patch was not applied to PostgreSQL version 8.0.4

Point releases (e.g., 8.0.3 to 8.0.4) generally have only bug fixes
and conservative changes, not new features. The pgsql-committers
archives show this patch being applied only to the development code
that's now becoming 8.1.

--
Michael Fuhr