On Fri, 29 Jun 2001, Matteo Centenaro wrote:
> Hi all,
>
> I have to call a function implemented in Pl/Pgsql into a PostgreSQL
> database i try the syntax:
>
> set agg_query [pg_exec $db_elenco "Update campione_out set
> ultimo_accesso=$ora where prefisso=$pre and telefono=$tel"];
>
> where ora
> Hi all,
>
> I have to call a function implemented in Pl/Pgsql into a PostgreSQL
> database i try the syntax:
>
> set agg_query [pg_exec $db_elenco "Update campione_out set
> ultimo_accesso=$ora where prefisso=$pre and telefono=$tel"];
>
> where ora,pre e tel is variable set before the call.
>
In
Hi all,
I have to call a function implemented in Pl/Pgsql into a PostgreSQL
database i try the syntax:
set agg_query [pg_exec $db_elenco "Update campione_out set
ultimo_accesso=$ora where prefisso=$pre and telefono=$tel"];
where ora,pre e tel is variable set before the call.
I also try to inse