pgadmin-org / pgadmin3

Archive of the pgAdmin III project
https://www.pgadmin.org/
Other
177 stars 82 forks source link

pgScript error when relation name contains ")" symbol (RM #614) #385

Open dpage opened 12 years ago

dpage commented 12 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/614 Originally created by Anonymous at 2012-07-14 13:01:56 UTC.

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.