Re: where is comments located?

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: where is comments located?
Date: 2003-03-10 16:54:59
Message-ID: 20030310165459.GA3654@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, Mar 10, 2003 at 11:28:54AM -0500, Johnson, Shaunn wrote:
> Howdy:
>
> Running PostgreSQL 7.2.1 on RedHat Linux 7.2.
>
> What table is 'comments' referred to? For instance,
> if you should put a comment to your table and / or
> columns, where can I query the comments for
> said table only?

pg_description:

http://www.ca.postgresql.org/users-lounge/docs/7.3/postgres/catalog-pg-description.html

(It didn't change in 7.2 -> 7.3 AFAIK)

--
Alvaro Herrera (<alvherre[a]dcc.uchile.cl>)
Y dijo Dios: "Que sea Satanás, para que la gente no me culpe de todo a mí."
"Y que hayan abogados, para que la gente no culpe de todo a Satanás"

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2003-03-10 16:56:17 Re: unlock Select for update
Previous Message Neil Conway 2003-03-10 16:53:33 Re: unlock Select for update