Re: catalog location

From: John DeSoi <desoi(at)pgedit(dot)com>
To: Carmen Martinez <carmenmtezcruz(at)yahoo(dot)es>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: catalog location
Date: 2007-07-10 11:35:59
Message-ID: ECE56C13-58A3-4208-8CA0-0AD6B57EA37C@pgedit.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


On Jul 7, 2007, at 8:16 AM, Carmen Martinez wrote:

> Please, I need to know where the catalog tables (pg_class,
> pg_attrdef...) are located in the postgresql rdbms. Because I can
> not see them in the pgAdminII interface, like other tables or
> objects. And I can not find any reference about where this
> information is, please any help would be welcome.

These are located in the pg_catalog schema. pgAdmin III (don't know
about II) can show them if you turn on the "System Objects" menu item
in the View menu. The tables are documented in the PostgreSQL manual.

>
> Also I'd like to know if these catalog classes are owned by the
> superuser (I defined it when I installed ) or all the users could
> access to them and perhaps modify them.

All users can see them. You should not modify them directly.

John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Alain Peyrat 2007-07-10 12:10:24 vacuumdb: PANIC: corrupted item pointer
Previous Message Dave Page 2007-07-10 11:19:44 Re: pgpass.conf