I tried an earlier driver last week(9.0?) and had the same issue. Plus looking at the PgServer's getVersion method shows a returned value of "PostgreSQL 8.1.4 server protocol using H2...." so I'm guessing using drivers older than 8.1.4 may be problematic.
Is Postgresql mode for H2 not widely used then? Thanks! -Robert On Monday, March 24, 2014 3:17:21 AM UTC-4, Noel Grandin wrote: > > It doesn't look like we support postgresql JDBC drivers > 9.2. > > If you want to add support, the relevant code is in: > src/main/org/h2/server/pg/pg_catalog.sql > > It looks like we are missing support for the current_schemas(boolean) > function/alias. > http://www.postgresql.org/docs/8.4/static/functions-info.html > > On 2014-03-20 20:32, Robert M wrote: > > Hello all. > > > > I'm currently running H2 1.3.174 and get the following error when I try > to connect the web console to my H2 server > > running in Postgresql mode. The web console still connects but this > error is still displayed in the left-hand panel > > after I connect. Any ideas? > > > -- 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 http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
