rel8 icon indicating copy to clipboard operation
rel8 copied to clipboard

Documentation should mention that some queries generated by `rel8` have an implicit dependency on postgres versions >= 12

Open ixmatus opened this issue 3 years ago • 0 comments

Specifically I encountered some queries generated by rel8 that work fine on versions of postgres >= 12 but that fail at least on postgres 9.6 (I did not test intermediate versions between 9.6 and 12) with: record type has not been registered. This looks like it is due to some queries that use ROW.

I'm happy to add documentation myself or figure out what changed in which version that make these queries work but thought I'd at least create an issue to track this or help others discover it.

ixmatus avatar Aug 30 '22 16:08 ixmatus