#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

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to