On 10/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > i am new in this, and i need help with catalog system of postgresql, i need > know > how are the relationship between the tables of the system catalog, and how > work > each table, if anybody know about this please, answer me. > > thank all of you.
The documentation is your friend. Refer to http://www.postgresql.org/docs/8.2/interactive/catalogs.html for catalog table information specifically. - Josh/eggyknap ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match