selecting column comment

From: Ari Kahn <resglowing(at)mac(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: selecting column comment
Date: 2006-04-25 17:03:15
Message-ID: 1C823FF2-FFE4-411F-B967-B9479A7A5061@mac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I have a comments on tables in my database.

e.g. COMMENT ON TABLE my_schema.my_table IS 'Employee Information';

I know you can get comments using \d+

Is there a way to select comments?

Reason: I do a lot of perl interfaces. I find escape commands do not
work using DBI.

Thanks,
Ari

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bill Moseley 2006-04-25 17:06:12 Re: Anyone install 8.1 on Debian Stable?
Previous Message Alban Hertroys 2006-04-25 16:03:37 Re: Database Selection