Re: [SQL] CONTEXT on PL/pgSQL

2004-05-07 Thread Gaetano Mendola
Martin Marques wrote: > El Vie 23 Abr 2004 11:18, Tom Lane escribió: > >>Martin Marques <[EMAIL PROTECTED]> writes: >> >>>I have a simple function made with PL/pgSQL and when I call it I get this >>>in the logs: >>> >>>2004-04-23 10:15:32 [30669] LOG: statement: SELECT nodoSuperior(22) AS >>>sup

Re: [SQL] CONTEXT on PL/pgSQL

2004-04-23 Thread Martin Marques
El Vie 23 Abr 2004 11:18, Tom Lane escribió: > Martin Marques <[EMAIL PROTECTED]> writes: > > I have a simple function made with PL/pgSQL and when I call it I get this > > in the logs: > > > > 2004-04-23 10:15:32 [30669] LOG: statement: SELECT nodoSuperior(22) AS > > sup 2004-04-23 10:15:32 [30669

Re: [SQL] CONTEXT on PL/pgSQL

2004-04-23 Thread Tom Lane
Martin Marques <[EMAIL PROTECTED]> writes: > I have a simple function made with PL/pgSQL and when I call it I get this in > the logs: > 2004-04-23 10:15:32 [30669] LOG: statement: SELECT nodoSuperior(22) AS sup > 2004-04-23 10:15:32 [30669] LOG: statement: SELECT $1 > CONTEXT: PL/pgSQL functi