Re: pgScript error when relation name contains ")" symbol - Mailing list pgadmin-support

From Darren Duncan
Subject Re: pgScript error when relation name contains ")" symbol
Date
Msg-id 4FFA07DE.7030208@darrenduncan.net
Whole thread Raw
In response to pgScript error when relation name contains ")" symbol  ("Vjacheslav A." <eferalgan@gmail.com>)
List pgadmin-support
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. 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 normally by F5).
> Windows XP rus, PGAdmin 1.14.3, PostgreSQL 9.1.4.
> 
> Thank you.
> 



pgadmin-support by date:

Previous
From: "Vjacheslav A."
Date:
Subject: pgScript error when relation name contains ")" symbol
Next
From: "Martin French"
Date:
Subject: Re: pgAgent reports failure upon success