Re: [BUGS] V7.4.2: drop database does not drop schemas/table/data

2004-05-16 Thread Rachel Willmer
Tom Lane wrote: Sounds like you created all that stuff in template1, and so it's being copied into the new database. Yup, that's it. Thanks! Rachel ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [BUGS] V7.4.2: drop database does not drop schemas/table/data

2004-05-11 Thread Tom Lane
Rachel Willmer <[EMAIL PROTECTED]> writes: > DROP DATABASE testdb; > CREATE DATABASE testdb; > Database appears again. But so does the schema 'edinburgh', all its > tables, views, data, etc. Sounds like you created all that stuff in template1, and so it's being copied into the new database. Rea