Hello!

Since H2 2.0.202 connection through PostgreSQL protocol automatically 
enables MODE=PostgreSQL, DATABASE_TO_LOWER=TRUE, and 
DEFAULT_NULL_ORDERING=HIGH settings.

But if you already have an embedded or TCP (using H2's own protocol) 
connection to the same database and this connection was created without 
these setting, you will not see the pg_catalog schema, it cannot be enabled 
on the fly. You need to close all remaining connections first (and possibly 
shutdown the database if you used a DB_CLOSE_DELAY setting).

-- 
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 h2-database+unsubscr...@googlegroups.com.
To view this discussion visit 
https://groups.google.com/d/msgid/h2-database/81ff64f4-45ab-42d4-81b5-23c4528a1334n%40googlegroups.com.

Reply via email to