For example unicode normalization introduced in pg v13, so in old versions we need the py-string solution, str_to_normalized_unicode().
Implementation:
- Add
pubLib01workaround.sql for string and all others "workaround for old version".
- Move functions(to the workaround file) as Postgresql evolves.
For example unicode normalization introduced in pg v13, so in old versions we need the py-string solution,
str_to_normalized_unicode().Implementation:
pubLib01workaround.sqlfor string and all others "workaround for old version".