Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Mickael Deloison <mdeloison(at)gmail(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgScript patch] Improved test output + make use of pgAdmin UI for error output
Date: 2009-03-12 17:28:56
Message-ID: 937d27e10903121028i7f42935elf37db136f7a52ec5@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Thu, Mar 12, 2009 at 1:56 PM, Mickael Deloison <mdeloison(at)gmail(dot)com> wrote:

> Hi Dave,
>
> Attached to this email, a patch that prints an error when statements
> are not ended with a semi-colon or when the end of file in encountered
> whereas a string is not ended. For example
> SELECT 1
> PRINT 'Hi
> SELECT $A$ abc
> SELECT 'Hi
> All those statements return an error saying a semi-colon is expected.

Cool - thanks Mickael - patch applied.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Devrim GÜNDÜZ 2009-03-12 20:27:36 Re: pgAdmin 1.10.0 Beta 1 uploaded
Previous Message svn 2009-03-12 17:27:32 SVN Commit by dpage: r7692 - in trunk/pgadmin3/pgadmin: frm include/pgscript pgscript