Skip to content

CREATE OPERATOR

Pre-release
Pre-release

Choose a tag to compare

@lacanoid lacanoid released this 28 Nov 03:26
· 514 commits to master since this release

API has been renamed to use pg_ddlx prefix, as in DDL eXtractor!
This keeps the API neatly in one place in functions browser.

Public API has been extended with pg_ddlx_create(oid) and pg_ddlx_drop(oid) functions.

Added support for operators.

Initial support for dependancies.