2015-09-30 17:16 GMT+02:00 Garret Wilson <[email protected]>:

> On 9/30/2015 12:10 PM, Lukas Eder wrote:
>
>> ...
>> - You might have deleted the pg_catalog schema from your database
>> instance, but your colleague didn't?
>>
>
> But what does this represent in the first place? What is the pg_catalog
> schema?


It's a PostgreSQL system schema. Like the "information_schema", too. You'll
find it here:

SELECT *
FROM information_schema.schemata


What's curious, though, is the fact that the two additional files are
>> located at the root of the output subtree. You mean that the layout is:
>>
>
>> /output/foodb
>> /output/foodb_user
>> /output/PgCatalog.java
>> /output/Routines.java
>>
>
> Exactly.
>

Interesting. Can you show the full generator configuration?

(Of course I meant foodb and foodb_user. ;) )


Of course :)

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

Reply via email to