Re: [pgadmin-support] pgScript error when relation name contains ")" symbol

2012-07-14 Thread Guillaume Lelarge
On Sun, 2012-07-08 at 19:18 +0400, Vjacheslav A. wrote: > Hi, > I have pgScript error when relation name contains ")" symbol, > try this example (just execute by F6 - pgScript): > > CREATE TABLE "table1)d" > ( > code character varying(10) > ) > WITH ( > OIDS=FALSE > ); > > (its executed norma

Re: [pgadmin-support] pgScript error when relation name contains ")" symbol

2012-07-08 Thread Darren Duncan
Maybe "pgScript" is something special. Normally I execute my multi-statement SQL script files using the "Execute Query" plain green arrow, which works fine. I recalled that when I tried the "Execute pgScript" button using the exact same SQL, it gave errors. -- Darren Duncan Vjacheslav A. w