Re: pgAdmin pgScript and ampersand
От | Guillaume Lelarge |
---|---|
Тема | Re: pgAdmin pgScript and ampersand |
Дата | |
Msg-id | 1335212713.2224.34.camel@localhost.localdomain обсуждение исходный текст |
Ответ на | pgAdmin pgScript and ampersand (Matthieu Pepin <matthieupepin@hotmail.com>) |
Список | 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 по дате отправления: