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