Re: Getting comments from schema using SQL

From: google(at)jessehersch(dot)fastmail(dot)fm
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Getting comments from schema using SQL
Date: 2007-01-29 22:23:21
Message-ID: 1170109401.611642.89130@l53g2000cwa.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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" <timasm(dot)(dot)(dot)(at)hotmail(dot)com> wrote:
> Hi,
>
> What query can I run to get the comments on my table columns using
> SQL?
>
> thanks
>
> Tim

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message korryd 2007-01-29 22:29:35 Re: shared_preload_libraries support on Win32?
Previous Message Richard Huxton 2007-01-29 22:20:00 Re: Modifying and solidifying contrib