Hi All,

I tried to create a silly table :

=> create table user (user text);
ERROR:  parser: parse error at or near "user"

On postgres 6.5.3 it was ok .. and  
create table foo(foo text);
works fine :-)

Any idea ?

Thanks,
Andre


************

Reply via email to