Hi Sander, > If i understand > http://archives.postgresql.org/pgsql-bugs/2006-12/msg00174.php correctly, a > user can only see the schemas it owns via information_schema.schemata .
That's unfortunate. Maybe other databases are affected, too. Unfortunately, I didn't notice this, as my integration tests tend to run with the owner of all relevant schemata. > I can see all the schemata using > > pg_namespace . Great, thanks for investigating. I'll schedule a release 2.3.1 for this weekend. It'll include #1409 fixing this. https://sourceforge.net/apps/trac/jooq/ticket/1409 A SNAPSHOT will be available earlier. Cheers Lukas
