Re: [GENERAL] how to drop table named user

2003-08-21 Thread btober
> We accidentally created a table called user in our public schema. We > are now trying to remove the table using DROP TABLE user and even DROP > TABLE public.user. However every time we try we get an error message: > ERROR: parser: parse error at or near "user" at character 12 > > Any suggesti

Re: [GENERAL] how to drop table named user

2003-08-21 Thread Doug McNaught
"Patrick Hatcher" <[EMAIL PROTECTED]> writes: > We accidentally created a table called user in our public schema. We are > now trying to remove the table using DROP TABLE user and even DROP TABLE > public.user. However every time we try we get an error message: ERROR: > parser: parse error at o

[GENERAL] how to drop table named user

2003-08-21 Thread Patrick Hatcher
We accidentally created a table called user in our public schema. We are now trying to remove the table using DROP TABLE user and even DROP TABLE public.user. However every time we try we get an error message: ERROR: parser: parse error at or near "user" at character 12 Any suggestion on how to