Re: Ant SQL task

2010-06-03 Thread Markus Mehrwald
Sry, the sql function should be without begin and end: CREATE OR REPLACE FUNCTION make_plpgsql() RETURNS void AS $$ CREATE LANGUAGE plpgsql; $$ LANGUAGE sql; Am 04.06.2010 01:13, schrieb Markus Mehrwald: Hi, I have a problem with the ant sql task. The task always gets the following error:

Re: Slowdown in ant task execution in 1.8.1 (specifically chmod) on Unix

2010-06-03 Thread Antoine Levy-Lambert
Hi, this change - which I did in ant 1.8.1 is reverted in 1.8.2. Regards, Antoine Andy Wang wrote: > Hi all, > Just wondering if anyone has experienced a bug I just opened: > https://issues.apache.org/bugzilla/show_bug.cgi?id=49384 > > As the bug states, the fix for > https://issues.apache.org/

Ant SQL task

2010-06-03 Thread Markus Mehrwald
Hi, I have a problem with the ant sql task. The task always gets the following error: [sql] Failed to execute: CREATE OR REPLACE FUNCTION make_plpgsql() RETURNS void AS $ BEGIN CREATE LANGUAGE plpgsql With the exception: Syntaxerror at "$" The script looks like this: CREA

Slowdown in ant task execution in 1.8.1 (specifically chmod) on Unix

2010-06-03 Thread Andy Wang
Hi all, Just wondering if anyone has experienced a bug I just opened: https://issues.apache.org/bugzilla/show_bug.cgi?id=49384 As the bug states, the fix for https://issues.apache.org/bugzilla/show_bug.cgi?id=48746 adds about 400ms of latency on my system for ant tasks that exec external processes