Releases: lacanoid/pgddl
CREATE OPERATOR
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.
CREATE AGGREGATE
New 0.7 release!
- pg_ddl_script() now works for oid and text identifiers
- support for more object types
- bug fixes and general code cleanups
CREATE ROLE
New release supports extracting DDL for roles (users and groups).
Also, range types are supported, as are collations on domains. This further enhances support for types, making it more complete.
CREATE EXTENSION
Since this is apparently being used by some people, it might make sense to make a release, so that I can see how this works. Also that the work can continue on the next version.
Some of the stuff on the roadmap has been implemented recently and stupid bugs fixed.
Enjoy, and please report all issues in the issue tracker. Thanks!