[pgAdmin III] #370: pgScript error when relation name contains ")" symbol

From: "pgAdmin Trac" <trac(at)code(dot)pgadmin(dot)org>
To:
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: [pgAdmin III] #370: pgScript error when relation name contains ")" symbol
Date: 2012-07-14 13:01:56
Message-ID: 053.ebee32472c3d318f89ac0bd106d90881@code.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

#370: pgScript error when relation name contains ")" symbol
--------------------------+-------------------------------------------------
Reporter: Vjacheslav A | Owner: dpage
Type: bug | Status: new
Priority: minor | Milestone:
Component: pgadmin | Version: trunk
Keywords: pgscript | Platform: all
--------------------------+-------------------------------------------------
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.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/370>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2012-07-14 13:07:36 Re: More information about the selected objects
Previous Message pgAdmin Trac 2012-07-14 12:57:35 [pgAdmin III] #369: Edit data and tables with a unique key