Обсуждение: pgsql: Support replacing MODULE_PATHNAME during extension script file e

Поиск
Список
Период
Сортировка

pgsql: Support replacing MODULE_PATHNAME during extension script file e

От
Tom Lane
Дата:
Support replacing MODULE_PATHNAME during extension script file execution.

This avoids the need to find a way to make PGXS' .sql.in-to-.sql rule
insert the right thing.  We'll just deprecate use of that hack for
extensions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e693e97d754ed6812ea115170afeae4bf8797d3f

Modified Files
--------------
doc/src/sgml/extend.sgml         |   31 +++++++++++++++++++++++--------
src/backend/commands/extension.c |   18 ++++++++++++++++++
2 files changed, 41 insertions(+), 8 deletions(-)