Chris writes: > I meant only be able to create users when you're connected to the template1 db. > > so > test=# create user x; > > wouldn't work, since you're not using template1. > > that way the user keyword would be free to use as a table name.
But the parser is fixed at compile time and doesn't change depending on the database you're connected to. -- Peter Eisentraut [EMAIL PROTECTED] http://funkturm.homeip.net/~peter ---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html