[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