where is comments located?

From: "Johnson, Shaunn" <SJohnson6(at)bcbsm(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: where is comments located?
Date: 2003-03-10 16:28:54
Message-ID: 73309C2FDD95D11192E60008C7B1D5BB04C7476B@snt452.corp.bcbsm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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?

What I want to do, since I don't seem to be able to drop tables
based on a creation time / data parameter, is find out if a table
has a comment on it; if not, drop that table.

I imagine that the comments would be listed in some
pg_* table name, but I am going over the documentation
for system catalogs and I don't see a reference for
that.

Any suggestions?

Thanks!

-X

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oleg Lebedev 2003-03-10 16:35:34 Postgres processes
Previous Message Steve Crawford 2003-03-10 16:16:21 Re: [NOVICE] General Performance questions