Re: How to check is the table system

From: Michael Glaesemann <grzm(at)myrealbox(dot)com>
To: Андрей <andyk(at)softwarium(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: How to check is the table system
Date: 2005-10-20 13:40:46
Message-ID: 25EF64F0-07E2-4686-BB02-CEE38E3D2A17@myrealbox.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Oct 20, 2005, at 18:22 , Андрей wrote:

> How can I get table's comment, created like this:
> COMMENT ON TABLE people IS '...comment...' ?
> What system table keeps comments on databases, schemas and tables?

Here are a couple of links to documents that might help.

http://www.postgresql.org/docs/8.0/interactive/functions-
info.html#FUNCTIONS-INFO-COMMENT-TABLE
http://www.postgresql.org/docs/8.0/interactive/catalogs.html

Michael Glaesemann
grzm myrealbox com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Andrew Kelly 2005-10-20 13:48:43 Re: [HACKERS] 'a' == 'a '
Previous Message Sven Willenberger 2005-10-20 13:33:02 NEW in Rule makes another nextval call?