[pgAdmin III] #370: pgScript error when relation name contains ")" symbol - Mailing list pgadmin-hackers

From pgAdmin Trac
Subject [pgAdmin III] #370: pgScript error when relation name contains ")" symbol
Date
Msg-id 053.ebee32472c3d318f89ac0bd106d90881@code.pgadmin.org
Whole thread Raw
List 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

pgadmin-hackers by date:

Previous
From: "pgAdmin Trac"
Date:
Subject: [pgAdmin III] #369: Edit data and tables with a unique key
Next
From: Guillaume Lelarge
Date:
Subject: Re: More information about the selected objects