Results 5 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+...

I feel like you shouldn’t ever find such replacements within a text query literal in a DDL query. Such modifications only happen to DML queries. Can you condition the acceptance...

Without some kind of fork this is unlikely to get resolved. Thus, is the idea to add it to the monorepo as a package (or just private?), in which case...