pgScript error when relation name contains ")" symbol

From: "Vjacheslav A(dot)" <eferalgan(at)gmail(dot)com>
To: pgadmin-support(at)postgresql(dot)org
Subject: pgScript error when relation name contains ")" symbol
Date: 2012-07-08 15:18:56
Message-ID: CA+BZD7M0tKemkgxX5+xdBLE9UEoM7knjObAjECfxg5c_9aDPMw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

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.

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Darren Duncan 2012-07-08 22:21:18 Re: pgScript error when relation name contains ")" symbol
Previous Message Michael Shapiro 2012-07-07 17:05:02 Re: background process?