Hi Ben, I wasn't aware of this PostgreSQL. Looks mysterious and powerful! I have registered a feature request to support those functions: https://github.com/jOOQ/jOOQ/issues/3190
I guess, jOOQ's PostgresDSL could be enhanced to have functions like: Table<Record> crosstab(String); Table<Record> crosstab(String, Object...); Table<Record> crosstab(Select<?>); ... and then, also support for crosstabN and the other overloads. What's your use-case? Do you know how these functions perform? Cheers Lukas 2014-04-16 10:41 GMT+02:00 Ben Hood <[email protected]>: > Hey Lukas, > > I was wondering if you've come across an example of using crosstabs in > Postgres with JOOQ? > > Cheers, > > Ben > > -- > 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. > -- 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.
