Marcus Claesson wrote:
> 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.
select obj_description(oid, 'pg_class')
from pg_class
where relname = 'tablename';
--
Peter Gibbs
EmKel Systems