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
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
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