Re: Seeking a better PL/pgSQL editor-debugger

From: "Raymond O'Donnell" <rod(at)iol(dot)ie>
To: "Ken Winter" <ken(at)sunward(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Seeking a better PL/pgSQL editor-debugger
Date: 2006-01-28 19:54:59
Message-ID: 43DBCC13.18134.5751DDD@rod.iol.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 28 Jan 2006 at 13:16, Ken Winter wrote:

> I've learned that pgAdmin "syntax error" can mean anything from a
> missing ";" to a faulty block structure to an undeclared variable to. I

AFAIK, the error messages you're seeing are generated by the database
backend and not by pgAdmin - pgAdmin simply passes on to you what it
receives from the backend.

--Ray.

-------------------------------------------------------------
Raymond O'Donnell http://www.galwaycathedral.org/recitals
rod(at)iol(dot)ie Galway Cathedral Recitals
-------------------------------------------------------------

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tony Caduto 2006-01-28 20:02:16 Re: Seeking a better PL/pgSQL editor-debugger
Previous Message Alexander Farber 2006-01-28 19:26:01 Re: Basic questions about PQprepare()