CREATE TABLE my_table ( COL1 VARCHAR(120) NOT NULL, CUSTOM_COLUMN my_custom_type, CUSTOM_COLUMN_ARRAY my_custom_type[] ); Everything works fine when I use my custom type with JOOQ: @Test public void ...
PostgreSQL arrays allow organization of data into an arbitrary number of dimensions and come with sophisticated primitives to manage this complexity. Given an array A of n elements, indexing is ...
Regular readers of this column won't be surprised to hear that I love both Ruby on Rails and PostgreSQL. Rails has been my primary server-side Web development framework for about eight years, and it ...