]> granicus.if.org Git - postgresql/commit
Support replacing MODULE_PATHNAME during extension script file execution.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Feb 2011 18:38:05 +0000 (13:38 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 14 Feb 2011 03:54:43 +0000 (22:54 -0500)
commite693e97d754ed6812ea115170afeae4bf8797d3f
treec504e4f71d734f8825f0cff505bdb83bc6dbc1cc
parent27d5d7ab10086d833e3df251951cf63c392b8bca
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.
doc/src/sgml/extend.sgml
src/backend/commands/extension.c