Robert Creager writes: > Just wondering if the rule: > > %.sql: %.sql.in > sed 's,MODULE_PATHNAME,$$libdir/$*g' $< >$@ > > is supposed to produce files like this: > > CREATE OR REPLACE FUNCTION pgxml_parse(text) RETURNS boolean > AS '$libdir/pgxml_dom' LANGUAGE c STRICT;
Yes. See also <http://www.postgresql.org/docs/7.3/static/xfunc-c.html>. -- Peter Eisentraut [EMAIL PROTECTED] ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]