Re: Réf. : Re: Réf

From: Alvaro Herrera <alvherre(at)dcc(dot)uchile(dot)cl>
To: bsimon(at)loxane(dot)com
Cc: Joe Conway <mail(at)joeconway(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Réf. : Re: Réf
Date: 2005-01-13 16:37:56
Message-ID: 20050113163756.GA14874@dcc.uchile.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Jan 13, 2005 at 04:23:29PM +0100, bsimon(at)loxane(dot)com wrote:

> Then I have a C (libpq) client program that calls my spi functions like
> this :
>
> PQExec(conn,"SELECT mySpiFunction()");
>
> the problem is -> I can't step into this line !

Of course not. The processing is done server side, so the debugging
should occur server side too. You have to connect GDB with the backend
serving the connection, and step through function execution there.

--
Alvaro Herrera (<alvherre[(at)]dcc(dot)uchile(dot)cl>)
"La experiencia nos dice que el hombre peló millones de veces las patatas,
pero era forzoso admitir la posibilidad de que en un caso entre millones,
las patatas pelarían al hombre" (Ijon Tichy)

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karsten Hilbert 2005-01-13 16:44:22 Re: Optimistic concurrency control
Previous Message Csaba Nagy 2005-01-13 16:07:12 Re: [HACKERS] Much Ado About COUNT(*)