"Walter Cruz" <[EMAIL PROTECTED]> writes: > well, when I create a database, it inherits from template1 > When I have a table that I don't know if it inherits from template 1, > how can I find the 'super' ?
There isn't any persistent "inheritance" relationship for databases. CREATE DATABASE just copies the source database at the instant of creation, and that's the end of it. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings