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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: "Vjacheslav A(dot)" <eferalgan(at)gmail(dot)com>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: pgScript error when relation name contains ")" symbol
Date: 2012-07-14 13:02:13
Message-ID: 1342270933.8088.17.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgadmin-support by date

  From Date Subject
Next Message Dave Page 2012-07-14 13:06:09 Re: Feature request - Edit data and tables without a primary key
Previous Message Thom Brown 2012-07-14 13:01:45 Re: Feature request - Edit data and tables without a primary key