Peter Fein <pfein@xxxxxxxxx> writes: > If I read my ACL's correctly, =UC/postgres means full access for PUBLIC. > Why is that happening? Because that's the way it's set up in template1. CREATE DATABASE just copies the source database, it doesn't editorialize on the contents thereof. regards, tom lane ---------------------------(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