- Update to Postgres 15.1
- Add support for
MERGE
statements - Add support for
ALTER TABLE ALL IN TABLESPACE ...
statements - Add support for publication objects
CREATE PUBLICATION foo FOR TABLES IN SCHEMA CURRENT_SCHEMA
- Deparser now attempts to deparse
COPY
statements first using the old Postgres 8.4-style syntax (e.g.COPY foo FROM STDIN FREEZE CSV
).
❯ shasum -a 256 libpg_query-15-4.0.0.*
1d8a9057b34faed5fa272c6fad8fc706d494b5a877cbe2b582f546660329883d libpg_query-15-4.0.0.tar.gz
63f88c157db79a58e2b01b0adbd7eecf5181f84f8995a00de21d59d4359831a4 libpg_query-15-4.0.0.zip