Skip to content

CREATE SERVER

Pre-release
Pre-release

Choose a tag to compare

@lacanoid lacanoid released this 29 May 00:07
· 467 commits to master since this release

New spring release!

This time, the extension name itself has been changed to ddlx.
Also, the API has been changed to use just ddlx_ for function prefixes.
Hopefully this is final and makes things more consistent and shorter to type.
Now you can just select ddlx_script('tablename')!

Support has been added for a bunch of objects.
There is now support for all reg* types, including text search.
Also for more SQL standard stuff, like foreign data wrappers, servers,
user mappings, casts, collations and conversions.

Bugs were fixed. Regression tests were extended and improved.