2015-07-14 12:09 GMT+02:00 Oleg Oleynik <[email protected]>: > Oh, sorry, I forgot to mention about GROUPING SETS (ROLLUP, CUBE) and SKIP > LOCKED features in my post above ;) That's also great features! >
Yes, those are also listed in #4299 and will be easy to support. Just add POSTGRES_9_5 to the list of dialects in the relevant @Support annotation :) > How about supporting PostgreSQL's CREATE POLICY and ENABLE ROW LEVEL > SECURITY statements? > I don't think that these vendor-specific DDL statements should be supported natively by jOOQ. There are an awful lot of such statements. Adding (and maintaining) support in the DSL for all of them would be a lot of work. I thought that perhaps you might have had any idea about how to leverage row-level security at run time. Perhaps there's some hidden gem - although I cannot think of one right now. Cheers, Lukas -- 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.
