Debugging PL/pgSQL

Started by Craig Brydenalmost 21 years ago4 messagesgeneral
Jump to latest
#1Craig Bryden
postgresql@bryden.co.za

Hi

Does anyone know of a free SQL Editor that allows you to debug PL/pgSQL
functions?

Thanks
Craig

#2Sean Davis
sdavis2@mail.nih.gov
In reply to: Craig Bryden (#1)
Re: Debugging PL/pgSQL

You might want to look at pgEdit.

Sean

----- Original Message -----
From: "Craig Bryden" <postgresql@bryden.co.za>
To: "pgsql" <pgsql-general@postgresql.org>
Sent: Tuesday, June 21, 2005 3:01 PM
Subject: [GENERAL] Debugging PL/pgSQL

Show quoted text

Hi

Does anyone know of a free SQL Editor that allows you to debug PL/pgSQL
functions?

Thanks
Craig

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

#3Bob
luckyratfoot@gmail.com
In reply to: Sean Davis (#2)
Re: Debugging PL/pgSQL

Keep in mind there is no built in API to debug PL/pgSQL like there is for
PL/SQL. You will have to use the old true and tried output statements to
debug your stored procs.

Show quoted text

On 6/21/05, Sean Davis <sdavis2@mail.nih.gov> wrote:

You might want to look at pgEdit.

Sean

----- Original Message -----
From: "Craig Bryden" <postgresql@bryden.co.za>
To: "pgsql" <pgsql-general@postgresql.org>
Sent: Tuesday, June 21, 2005 3:01 PM
Subject: [GENERAL] Debugging PL/pgSQL

Hi

Does anyone know of a free SQL Editor that allows you to debug PL/pgSQL
functions?

Thanks
Craig

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)

#4Sean Davis
sdavis2@mail.nih.gov
In reply to: Craig Bryden (#1)
Re: Debugging PL/pgSQL

Ah, yes.... I should have qualified my statement a bit. Sorry if I was misleading....

Sean

----- Original Message -----
From: Bob
To: Sean Davis
Cc: Craig Bryden ; pgsql
Sent: Tuesday, June 21, 2005 4:57 PM
Subject: Re: [GENERAL] Debugging PL/pgSQL

Keep in mind there is no built in API to debug PL/pgSQL like there is for PL/SQL. You will have to use the old true and tried output statements to debug your stored procs.

On 6/21/05, Sean Davis <sdavis2@mail.nih.gov> wrote:
You might want to look at pgEdit.

Sean

----- Original Message -----
From: "Craig Bryden" < postgresql@bryden.co.za>
To: "pgsql" <pgsql-general@postgresql.org>
Sent: Tuesday, June 21, 2005 3:01 PM
Subject: [GENERAL] Debugging PL/pgSQL

Hi

Does anyone know of a free SQL Editor that allows you to debug PL/pgSQL
functions?

Thanks
Craig

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo@postgresql.org)