Skip to content

Releases: lacanoid/pgddl

CREATE OPERATOR

28 Nov 03:26
Compare
Choose a tag to compare
CREATE OPERATOR Pre-release
Pre-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.

CREATE AGGREGATE

06 Jul 22:06
Compare
Choose a tag to compare
CREATE AGGREGATE Pre-release
Pre-release

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

11 Jun 22:31
Compare
Choose a tag to compare
CREATE ROLE Pre-release
Pre-release

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

16 Mar 04:33
Compare
Choose a tag to compare
CREATE EXTENSION Pre-release
Pre-release

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!