In PostGres (as well other DBs I've used) you can set runtime params that 
affect the query and/or result. This is accomplished with the use of SET 
and RESET as described here 
<http://www.postgresql.org/docs/9.4/static/sql-set.html>



SET search_path TO my_schema, public
SELECT * from foo
RESET search_path


I can't seem to find a way to accomplish this with JOOQ.

Thanks in advance for any pointers.

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