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

From Marcus Claesson
Subject How to retrieve a comment/description from a table
Date
Msg-id 3D664521.AA6141C0@angiogenetics.se
Whole thread Raw
Responses Re: How to retrieve a comment/description from a table  (Darren Ferguson <darren@crystalballinc.com>)
List pgsql-general
Hello!
This psql command is very straight forward and promising:
COMMENT ON mytable IS 'This is my table.';

But how can I retrieve the particular comment from that table again?
Using \d+ gives you all the tables with their comments. I want a special
one.

And if that is not possible, can the \d+ results be obtained from a
system table or so?

Thanks,
Marcus


pgsql-general by date:

Previous
From: Richard Huxton
Date:
Subject: Re: trigger fired on changes in specific column
Next
From: Darren Ferguson
Date:
Subject: Re: How to retrieve a comment/description from a table