Re: How to retrieve a comment/description from a table - Mailing list pgsql-general

From Marcus Claesson
Subject Re: How to retrieve a comment/description from a table
Date
Msg-id 3D664DF3.F933195A@angiogenetics.se
Whole thread Raw
In response to Re: How to retrieve a comment/description from a table  (Darren Ferguson <darren@crystalballinc.com>)
Responses Re: How to retrieve a comment/description from a table  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: How to retrieve a comment/description from a table  (Stephan Szabo <sszabo@megazone23.bigpanda.com>)
List pgsql-general
> \d+ mytable will give you the comments for it

This only gives me the same information as if I wrote '\d mytable', plus an
empty description column.  I couldn't see my comment anywhere.

What I wish is to retrieve the comment with a sql question, which would work
if the '\d+ information' could be found in an actual table somewhere.

Regards,
Marcus


pgsql-general by date:

Previous
From: Andrew Klimov
Date:
Subject: TCL RPM for Windows
Next
From: Neil Conway
Date:
Subject: Re: trigger fired on changes in specific column