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 does
Do we need an multibyte/locale/unicode FAQ item? Questions about these
seem to be asked a lot, but the documentation for these items is quite
good.
--
Bruce Momjian| http://candle.pha.pa.us
[EMAIL PROTECTED] | (610) 853-3000
+ If your life is a har
Hi,
This one is more for the developers, but other comments welcome.
Since we can't create a table called user in a normal database due to
the reserved keyword problem, would it be easy or worthwhile just having
the CREATE USER information in the template1 database?
Just a suggestion to fix t