"Ying Lu" <[EMAIL PROTECTED]> did write:

> Hello,
> 
> I have a table named "USER" under MySQL database. When I am trying to 
> move tables from MySQL to PostgreSQL, I found that I could not create a 
> table namely "USER". I guess "USER" is a key string used by PostgreSQL 
> system so that we could not create a table named "USER". Is that true?

ironically, you actually can create a table named "USER", but
not a table named USER

gnari=# create table "USER" (foo varchar);
CREATE TABLE


gnari




---------------------------(end of broadcast)---------------------------
TIP 8: explain analyze is your friend

Reply via email to