system tables...

Started by rikiover 19 years ago3 messagesgeneral
Jump to latest
#1riki
riki_fox@hotmail.com

Hi,

is there a system table in which postgres stores all data about newly
created database?
together with database objects, tables, columns, functions etc.

thanks

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

#2Shoaib Mir
shoaibmir@gmail.com
In reply to: riki (#1)
Re: system tables...

I guess pg_class, pg_database and pg_proc can help here....

Thanks,
------
Shoaib Mir
EnterpriseDB (www.enterprisedb.com)

Show quoted text

On 11/13/06, Marko Rihtar <riki_fox@hotmail.com> wrote:

Hi,

is there a system table in which postgres stores all data about newly
created database?
together with database objects, tables, columns, functions etc.

thanks

_________________________________________________________________
FREE pop-up blocking with the new MSN Toolbar - get it now!
http://toolbar.msn.click-url.com/go/onm00200415ave/direct/01/

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

#3Richard Huxton
dev@archonet.com
In reply to: riki (#1)
Re: system tables...

Marko Rihtar wrote:

Hi,

is there a system table in which postgres stores all data about newly
created database?
together with database objects, tables, columns, functions etc.

Try the manuals under "System Catalogs".

--
Richard Huxton
Archonet Ltd