Good morning all,
h2 version 2.3.232, server, pg
on a remote session (perl/php/js/...) once connected to pg port I don't see any pg_catalog.
As soon as I connect to tcp port by web console with ...database;mode=postgresql I can see pg_catalog and it also appear on the remote session and it all works fine.
I'm using remote sessions connected to pg port working with pg drivers that cant't assume specifying ...database;mode=postgresql in the url as it would be part of a regular dsn and mode is not a token recognized by the driver itself (DBD::Pg)
It was working on 1.3.xxx version, something changed since then ?
Thans a lot in advance for your help