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

Поиск
Список
Период
Сортировка
От pgAdmin Trac
Тема [pgAdmin III] #370: pgScript error when relation name contains ")" symbol
Дата
Msg-id 053.ebee32472c3d318f89ac0bd106d90881@code.pgadmin.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #369: Edit data and tables with a unique key
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: Re: More information about the selected objects