Re: pg_tables column descriptions

From: Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
To: pw <p(dot)willis(at)telus(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_tables column descriptions
Date: 2003-09-24 06:38:20
Message-ID: 3F713BDC.10100@persistent.co.in
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

pw wrote:

> Hello,
>
> Where can I find the column descriptions for pg_tables?

http://developer.postgresql.org/docs/postgres/catalogs.html. Remember that this
is development version of documentation. So applies to CVS tip.

>
> Or:
>
> What linking field do I use to connect pg_tables with pg_database?

I am confused. Why would you need to do that? pg_class is not a shared catalog.
So if you connect to a database foo, the pg_class you are looking at is that for
database foo. It's simple.

What's the problem exactly?

Shridhar

In response to

Browse pgsql-general by date

  From Date Subject
Next Message maillist 2003-09-24 06:52:59 Re: Fatal error: Allowed memory size of 8388608 bytes exhausted
Previous Message Shridhar Daithankar 2003-09-24 06:35:21 Re: how smart is is pg with shared_buffers?