Re: [GENERAL] system tables...

2006-11-13 Thread Shoaib Mir
I guess pg_class, pg_database and pg_proc can help hereThanks,--Shoaib MirEnterpriseDB (www.enterprisedb.com)On 11/13/06, Marko Rihtar <[EMAIL PROTECTED]> wrote: Hi,is there a system table in which postgres stores all data about newlycreated database?together with database objects, tables,

Re: [GENERAL] system tables...

2006-11-13 Thread Richard Huxton
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 ---(end of bro

Re: [GENERAL] System Tables

2001-03-14 Thread Peter Eisentraut
Robert Korteweg writes: > I made a list of all the system tables and there columns in an ascii > file. the only thing i am still missing is the meening of the columns :( > > Q: does anyone already have such a file with explanations to each > column? > Q: does anyone know if there is a more accura

Re: [GENERAL] System tables

2001-01-22 Thread Dan Wilson
Descriptions of the system tables can be found here: http://www.postgresql.org/devel-corner/docs/postgres/catalogs.htm Also, if you want to muddle through some PHP code, you can get phpPgAdmin and checkout how the database and table structures are retrieved. It's all done with standard queries.

Re: [GENERAL] System Tables Questions

2001-01-02 Thread Peter Eisentraut
Colin Taylor writes: > Hi, > Anyone know where I can get a decent description of the system tables and > their contents? > Thanks in advance, > Colin http://www.postgresql.org/devel-corner/docs/postgres/catalogs.htm -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/