Re: 1.14.0 beta3 type creation problem

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Julius Tuskenis <julius(at)nsoft(dot)lt>
Cc: pgadmin-support(at)postgresql(dot)org
Subject: Re: 1.14.0 beta3 type creation problem
Date: 2011-07-26 07:48:50
Message-ID: 1311666530.2180.0.camel@laptop
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-support

On Tue, 2011-07-26 at 09:31 +0300, Julius Tuskenis wrote:
> Hello,
>
> when creating a type containing numeric field I get SQL that is not
> "understood" by my server. The sql generated by the dialog is:
>
> CREATE TYPE taetasgftasdfa AS
> (q integer,
> qq integer,
> qqq numeric(10,4) COLLATE ,
> qqqq integer);
>
> OS: WinXp
> pgAdmin: 1.14.0 beta3
>
> PostgreSQL 8.3.4 on i686-pc-linux-gnu, compiled by GCC gcc (Gentoo
> 4.3.2-r3 p1.6, pie-10.1.5) 4.3.2
>
> Thank You in advance for fixing this. :)
>

You'll be glad to know that it's already fixed. Will be available in
beta 4.

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

In response to

Responses

Browse pgadmin-support by date

  From Date Subject
Next Message Julius Tuskenis 2011-07-26 08:55:56 Re: 1.14.0 beta3 type creation problem
Previous Message Julius Tuskenis 2011-07-26 06:31:42 1.14.0 beta3 type creation problem