I have several tables that I use for login in PostgreSQL. Does jOOQ have any convenience methods that will allow me to set synchronous_commit='off' for inserts to these tables? What I want to avoid is an extra round trip to the database just to call "set synchronous_commit='off' ".
I'm thinking my only option is to create a stored procedure for each and to set synchronous_commit='off' at the beginning of each stored procedure for these tables. Thanks in advance! R. -- 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.
