Hi Garret, I've played around with the code generator configuration, and I'm afraid, I couldn't reproduce this issue as you've reported it. The only time there were any PgCatalog.java and Routines.java files was when I explicitly generated the "pg_catalog" schema, and then, the files were located in the correct subpackage called pg_catalog.
Do you perhaps have some additional information / insight about how to reproduce this issue? Best Regards, Lukas 2015-10-05 18:07 GMT+02:00 Lukas Eder <[email protected]>: > > > 2015-09-30 17:44 GMT+02:00 Garret Wilson <[email protected]>: > >> On 9/30/2015 12:27 PM, Lukas Eder wrote: >> >> ... >> >>> 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. >> >> >> Does "interesting" mean "that's where I would expect them to be" >> > > Yes, if you had only generated the PgCatalog, and no other schemas. > > >> or "I would expect them to appear and some other such and such location"? >> > > With multiple schemas, the files should appear in a "pg_catalog" sub > package. > > But since you didn't include this schema, the files shouldn't appear at > all! > -- 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.
