CREATE SERVER
Pre-release
Pre-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.