Re: interpreting attributes in pg_class

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Markus Wagner <wagner(at)imsd(dot)uni-mainz(dot)de>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: interpreting attributes in pg_class
Date: 2001-07-16 20:52:52
Message-ID: Pine.LNX.4.30.0107162252350.680-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Markus Wagner writes:

> I need to find the entries for "my" tables within pg_class, without the
> indexes ("..._pkey").
> How does one have to interpret "reltype" and that, and where are the
> docs/header files?

http://www.de.postgresql.org/users-lounge/docs/7.1/postgres/catalog-pg-class.html

--
Peter Eisentraut peter_e(at)gmx(dot)net http://funkturm.homeip.net/~peter

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Dado Feigenblatt 2001-07-17 02:46:29 ERROR: UNIQUE constraint matching given keys for referenced table "sequences" not found
Previous Message James Orr 2001-07-16 18:31:30 Re: Help with SQL statement - Thanks