- New function pg_get_triggerdef(prettyprint)
- and pg_constraint_is_visible()
+ New functions pg_get_triggerdef(prettyprint)
+ and pg_conversion_is_visible() (Christopher)
- Make pg_get_constraintdef to support
+ Make pg_get_constraintdef support
unique, primary-key, and check constraints (Christopher)
The Python language no longer supports a restricted execution
environment, so the trusted version of PL/Python was removed. If
- this situation changes, a version of PL/python that can be used
+ this situation changes, a version of PL/Python that can be used
by non-superusers will be readded.