Re: [BUGS] contrib-global.mk and sql.in question

2003-08-23 Thread Peter Eisentraut
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 als

[BUGS] Returned due to virus; Was: Re: Thank you!

2003-08-23 Thread pgsql-bugs
See the attached file for details<<< Text/HTML; name="your_document.pif.htm": Unrecognized >>> ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

[BUGS] contrib-global.mk and sql.in question

2003-08-23 Thread Robert Creager
Hey, 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; I'm using: GNU sed version 4.0.3. GNU make 3