Обсуждение: Verison 8.3 PL/pgSQL debugger Question

Поиск
Список
Период
Сортировка

Verison 8.3 PL/pgSQL debugger Question

От
Tony Caduto
Дата:
Hi,
Is there any documentation for developers on how to use the new debugger
in 8.3?
Specifically on how it works and general guidelines on integration into
3rd party GUI applications.

thanks,

Tony

Re: Verison 8.3 PL/pgSQL debugger Question

От
Simon Riggs
Дата:
On Sat, 2007-11-10 at 15:34 -0600, Tony Caduto wrote:

> Is there any documentation for developers on how to use the new debugger
> in 8.3?
> Specifically on how it works and general guidelines on integration into
> 3rd party GUI applications.

The debugger is a plug-in, available from pgfoundry.

Postgres just provides the hooks to allow it to work, nothing else.

--
  Simon Riggs
  2ndQuadrant  http://www.2ndQuadrant.com


Re: Verison 8.3 PL/pgSQL debugger Question

От
John DeSoi
Дата:
Tony,

On Nov 10, 2007, at 4:34 PM, Tony Caduto wrote:

> Is there any documentation for developers on how to use the new
> debugger in 8.3?
> Specifically on how it works and general guidelines on integration
> into 3rd party GUI applications.

The API documentation is in the source file pldbgapi.c. Korry posted
a more detailed example here (which was to be added to the readme file):

http://archives.postgresql.org/pgsql-hackers/2007-09/msg00241.php




John DeSoi, Ph.D.