Re: Redundant double-quotes in types

From: "Dave Page" <dpage(at)pgadmin(dot)org>
To: "Erwin Brandstetter" <brandstetter(at)falter(dot)at>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Redundant double-quotes in types
Date: 2008-02-20 11:00:30
Message-ID: 937d27e10802200300y2e31368dk59ffdacd1a3f4cfb@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

On Tue, Feb 19, 2008 at 7:57 PM, Erwin Brandstetter
<brandstetter(at)falter(dot)at> wrote:
> Hi developers! Hi Dave!
>
>
> Testing pgAdmin v.1.8.2 (Feb 5 2008), rev: 7050) on WinXP; host: pg 8.2.6 on
> Debian Etch
>
>
> An odd detail in pgAdmin 1.8.2 in reverse engineered SQL for types (in the
> "TYPES" collection). The simple type "text" is double-quoted.
> Example:
> CREATE TYPE t_foo AS
> (foo_id integer,
> foo "text",
> sometxt "text");
>
> Shouldn't that be:
> CREATE TYPE t_foo AS
> (foo_id integer,
> foo text,
> sometxt text);
>
> Doesn't seem to do any harm, but is still confusing.

Thanks, fixed in SVN.

--
Dave Page
EnterpriseDB UK: http://www.enterprisedb.com
The Oracle-compatible database company

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Erwin Brandstetter 2008-02-20 13:46:00 Re: Obsolete "FORCE" option for REINDEX
Previous Message svn 2008-02-20 10:51:50 SVN Commit by dpage: r7084 - in trunk/pgadmin3: . pgadmin/utils