[EMAIL PROTECTED] writes:
> On Jan 29, 2:40 pm, "Timasmith" <[EMAIL PROTECTED]> wrote:
>> What query can I run to get the comments on my table columns using
>> SQL?
> check out the pg_description system catalog:
> http://www.postgresql.org/docs/8.2/static/catalog-pg-description.html
Also see obj_
check out the pg_description system catalog:
http://www.postgresql.org/docs/8.2/static/catalog-pg-description.html
-
http://www.elsasoft.org
On Jan 29, 2:40 pm, "Timasmith" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> What query can I run to ge