Results 3 comments of David Johnston

@jorsol Your introduction to this PR makes it clear that this isn't a black-and-white failure to implement the spec; and because of this we have years of precedent with the...

As an alternative use unconstrained types (text, varchar specifically) and add a column check constraint using a between with the minimum and maximum lengths found within the data. Or give...

FWIW I filed a bug report against PostgreSQL to fix `alter extension set schema` to allow the DBA to update their installed extension with the pg_catalog schema reference once v1.5+...