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?


In any case, you should probably specify all the <inputSchema/> elements individually and exclude the pg_catalog.

But that's why we do:

                  <schemata>
                    <schema>
                      <inputSchema>foodb</inputSchema>
                    </schema>
                    <schema>
<inputSchema>foodb_user</inputSchema>
                    </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.

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

Garret

--
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