Allow special '$libdir' macro to show up in object file path in CREATE
Peter Eisentraut <peter_e@gmx.net>
Allow special '$libdir' macro to show up in object file path in CREATE FUNCTION command. Guard against trying to load a directory. Update documentation some.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/dfunc.sgml | modified | +4 −17 |
| doc/src/sgml/ref/create_function.sgml | modified | +193 −252 |
| doc/src/sgml/ref/drop_function.sgml | modified | +2 −2 |
| doc/src/sgml/ref/load.sgml | modified | +27 −156 |
| doc/src/sgml/xfunc.sgml | modified | +98 −33 |
| doc/src/sgml/xplang.sgml | modified | +3 −3 |
| src/backend/utils/fmgr/dfmgr.c | modified | +60 −59 |