Re: [GENERAL] creating "user" table

2001-09-22 Thread Peter Eisentraut
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

[GENERAL] Multibyte FAQ item

2001-09-22 Thread Bruce Momjian
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

[GENERAL] creating "user" table

2001-09-22 Thread Chris
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