Hi! I have a little problem with hibernate an postgres. when i use net.sf.hibernate.tool.hbm2dll.SchemaExport to generate my tables I get a lot of parse error from the database : 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... With hsqldb (good for test ;-) it run well and all is generated ok I use this properties : hibernate.dialect net.sf.hibernate.dialect.PostgreSQLDialect hibernate.connection.driver_class org.postgresql.Driver hibernate.connection.url jdbc:postgresql://lxn15:8000/gedeon etc... My configuration is : JDK 1.4.2 Hibernate 2.0.3 Postgres 7.2 I've tried several differents jdbc drivers and with all the problem is the same... 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