Re: pgScript error when relation name contains ")" symbol

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема Re: pgScript error when relation name contains ")" symbol
Дата
Msg-id 1342270933.8088.17.camel@localhost.localdomain
обсуждение исходный текст
Ответ на pgScript error when relation name contains ")" symbol  ("Vjacheslav A." <eferalgan@gmail.com>)
Список pgadmin-support
On Sun, 2012-07-08 at 19:18 +0400, Vjacheslav A. wrote:
> Hi,
> 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.
> 
> Thank you.

You're right, this is a bug. I created a ticket to work on this later.


-- 
Guillaume
http://blog.guillaume.lelarge.info
http://www.dalibo.com



В списке pgadmin-support по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Launching Application on Desktop in RHEL 6.1 pgsql 8.4
Следующее
От: Thom Brown
Дата:
Сообщение: Re: Feature request - Edit data and tables without a primary key