Hi!
I have a little problem with hibernate(2.0.3) and postgres (7.2)
when i use net.sf.hibernate.tool.hbm2ddl.SchemaExport to generate my database
i get some errors :
v.g. :
alter table DOCUMENT drop constraint FK6202C11BED92EF77
Unsuccessful: ERROR:  parser: parse error at or near ""

alter table GROUPEPUBLICATION drop constraint FK35123086F73AEE0F
Unsuccessful: ERROR:  parser: parse error at or near ""

alter table GROUPEPUBLICATION drop constraint FK35123086B0EF4182
Unsuccessful: ERROR:  parser: parse error at or near ""

drop table USER
Unsuccessful: ERROR:  parser: parse error at or near "USER"
etc...
my properties are :
hibernate.dialect net.sf.hibernate.dialect.PostgreSQLDialect
hibernate.connection.driver_class org.postgresql.Driver
hibernate.connection.url jdbc:postgresql://lxn15:8000/gedeon

i've used a lot of different drivers JDBC and the result is the same.
It perfectly run with hsqldb (good for test ;-) so i don't think it's a problem of hbm 
file.

If somebody have an idea...
thanks for help
Pierre-Marin



-------------------------------------------------------
This SF.net email is sponsored by OSDN's Audience Survey.
Help shape OSDN's sites and tell us what you think. Take this
five minute survey and you could win a $250 Gift Certificate.
http://www.wrgsurveys.com/2003/osdntech03.php?site=8
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to