Re: [pgadmin-support] pgAdmin pgScript and ampersand

2012-04-23 Thread Guillaume Lelarge
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

[pgadmin-support] pgAdmin pgScript and ampersand

2012-04-22 Thread Matthieu Pepin
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 scree

[pgadmin-support] pgAdmin, pgScript and ampersand

2012-04-16 Thread Matthieu Pepin
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 mytable(desc) VALUES('@myvar'); pgAdmin hangs when I run the script. The timer at the bottom right of the screen just ke