You'll be glad to know that it's already fixed. Will be available in
beta 4.
Thank you. I guess the sql for changing owner for a type got fixed too
(in beta3 it recreates all the attributes when simply changing the
owner). The SQL below is what is generated by the dialog:
ALTER TYPE frt_exp_pa
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
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 ,
integer);
OS: WinXp
pgAdmin: 1.14.0 beta3
PostgreSQL