anonymous wrote :
| 08:42:04,084 ERROR [SchemaExport] Unsuccessful: create table user (id int4 not null,
password varchar(255), username varchar(255), primary key (id))
| 08:42:04,084 ERROR [SchemaExport] ERROR: syntax error at or near "user"
|
"user" is a reserved word.
See postgres documentation for a complete list.
http://www.postgresql.org/docs/8.1/static/sql-keywords-appendix.html
Regards
fhh
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972113#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...