Function executing twice

From: "Thiago Conti" <thiago(at)nq(dot)com(dot)br>
To: "pgsql-sql" <pgsql-sql(at)postgresql(dot)org>
Subject: Function executing twice
Date: 2003-01-30 14:54:36
Message-ID: 00d001c2c86f$8414dcc0$0c00000a@camburi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello,

I'm executing a function with this command:
select function_name(aaa,bbb,ccc);

When I do it on PSQL or PGAdmin it works perfectly.
However, on my application the function is executed twice.

Has anybody faced a problem like this?

I'm using PostgreSQL 7.2.3 and ODBC conection.

Thanks

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2003-01-30 14:56:04 Re: Filter function
Previous Message Alan Gutierrez 2003-01-30 14:30:33 Re: double linked list