Re: [GENERAL] schema of system tables

2007-05-10 Thread Michael Glaesemann
On May 10, 2007, at 8:19 , Christian Rolle wrote: does somebody know a link to pdf or whatever displaying the schema of system-tables? or better has somebody something like this? Have you checked the extensive PostgreSQL documentation? Chapter 43. System Catalogs http://www.postgresql.org/

Re: [GENERAL] schema of system tables

2007-05-10 Thread Alvaro Herrera
Christian Rolle wrote: > hello guys, > > does somebody know a link to pdf or whatever displaying the schema of > system-tables? > or better has somebody something like this? There is an old presentation by Bruce Momjian about it. http://www.postgresql.org/files/developer/internalpics.pdf page 6

[GENERAL] schema of system tables

2007-05-10 Thread Christian Rolle
hello guys, does somebody know a link to pdf or whatever displaying the schema of system-tables? or better has somebody something like this? i know this is existing for mssql for example, and why not for postgres? it makes something easier to overview... i would be thankful to get something lik