Hello,

i am running one large scale application using PostgreSQL. i  am trying to 
replace postgreSQL database to H2 by using PostgreSQL JDBC Driver. but i am 
facing many query mismatch error.. 

PostgreSQL Server will be stopped  before statring H2 Server.

my Server rosponse would be like this


Machine@Machine:~/Manickam/h2/bin$ java -cp h2.jar org.h2.tools.Server
TCP server running at tcp://127.0.1.1:9092 (only local connections)
PG server running at pg://127.0.1.1:5435 (only local connections)
Web Console server running at http://127.0.1.1:8082 (others can connect)


Postgres JDBC has been exported to classpath..

Query mismatch when i am running:
            create table with INHERITS
            resetting connection with con.reset()
            PRIMARY_KEY_ error



Kindly please guide me and let me know whether i am following proper steps 
to connect H2 on top of Postgres Client..


Thanks in advance

Manickam S
         





-- 
You received this message because you are subscribed to the Google Groups "H2 
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/h2-database.
For more options, visit https://groups.google.com/d/optout.

Reply via email to