Re: pgAdmin pgScript and ampersand - Mailing list pgadmin-support

From Guillaume Lelarge
Subject Re: pgAdmin pgScript and ampersand
Date
Msg-id 1335212713.2224.34.camel@localhost.localdomain
Whole thread Raw
In response to pgAdmin pgScript and ampersand  (Matthieu Pepin <matthieupepin@hotmail.com>)
List pgadmin-support
On Sun, 2012-04-22 at 19:19 -0400, Matthieu Pepin wrote:
> Hi,
> I'm having a problem with pgAdmin and pgScript. If I do something like this:
> CREATE TABLE testtable(description VARCHAR);SET @myvar = 'String with & ampersand';INSERT INTO testtable(description)
VALUES('@myvar');
> pgAdmin hangs when I run the script. The timer at the bottom right of the screen just keeps increasing and I can't
evencancel the script. It is caused by the ampersand in @myvar. Is there something I can do to make it work or it's
reallya bug? I'm using pgAdmin 1.14.0 in OpenSUSE 12.1 Tumbleweed.
 

Sorry, I thought I already replied to your mail.

So, I tried and you're right. It hangs when you add an ampersand in the
string. There's nothing in the documentation saying you're not allowed
to use an ampersand, so it's clearly a bug. I don't have time right now
to fix it, so I added a ticket to fix this bug later.


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com



pgadmin-support by date:

Previous
From: Matthieu Pepin
Date:
Subject: pgAdmin pgScript and ampersand
Next
From: "Little, Douglas"
Date:
Subject: Cut/Paste w/header