Re: [BUGS] Cannot create tabel named 'user'

2000-08-29 Thread Harry W. Waddell
User is a key word, so the psql parser gets confused when you try to do: create table user ( but create table "user" (... will work. All references to the table will have to be in quotes as well. FWIW, I'd use a different table name. e.g. yoyodyne_user. HW On Tue, 29 Aug 2000 [EMAIL PRO

[BUGS] Cannot create tabel named 'user'

2000-08-29 Thread pgsql-bugs
Roman Solomatin ([EMAIL PROTECTED]) reports a bug with a severity of 3 The lower the number the more severe it is. Short Description Cannot create tabel named 'user' Long Description Cannot create a table named user no matter if the database is old or freshly created. It may be version specific