Hi Lukas,
> > I've had another look at this. If you're daring enough, you can > generate the Postgres pg_catalog schema, in fact. This schema contains > all built-in functions from Postgres. I'm already doing this, > partially for jooq-meta, as I need Postgres' pg_catalog.format_type > function: > > https://github.com/lukaseder/jOOQ/blob/master/jOOQ-meta/src/main/java/org/jooq/util/postgres/pg_catalog/Routines.java > > Since there are about 2000 functions in pg_catalog, I guess it won't > make sense for me to deliver them all in a standard build. > Thanks, i'll look into this. I'm now using Factory.function() for the time being. I agree that adding support for all those 2000 functions doesn't make sense :)
