Hello,

I am using Postgres 11 and have a number of tables that need range 
boundaries.  The ranges could be implemented using two separate columns, or 
one column using https://www.postgresql.org/docs/11/rangetypes.html .

Reading through the following links, I am not sure what the current best 
practice is for using int4range, etc:

https://blog.jooq.org/2015/05/07/postgresqls-best-kept-secret-and-how-to-use-it-with-jooq/
https://github.com/jOOQ/jOOL/issues/350
https://github.com/jOOQ/jOOQ/issues/2968
https://stackoverflow.com/questions/44959037/update-a-postgres-daterange-with-jooq/44964836#44964836

What approach (assuming jOOQ 3.13.1) is recommended?

Thanks!

-- 
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 jooq-user+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jooq-user/462ba013-0359-4e89-94ae-d5dddf0c8038%40googlegroups.com.

Reply via email to