|
Home > Archive > Pgadmin > November 2005 > Composite type creation issues
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Composite type creation issues
|
|
|
| Hello,
PgAdmin 1.4.0beta3.
There are two issues with composite type creation:
- when you add numeric field, precision text box is disabled and
lenght textbox value is discarded
- field names aren't quoted automaticaly
Thank you for support.
--
Best regards,
Ivan mailto:Ivan-Sun1@mail.ru
---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?
http://www.postgresql.org/docs/faq
| |
| Dave Page 2005-10-31, 8:24 pm |
|
> -----Original Message-----
> From: pgadmin-support-owner@postgresql.org
> [mailto:pgadmin-support-owner@postgresql.org] On Behalf Of Ivan
> Sent: 29 October 2005 10:05
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Composite type creation issues
>
> Hello,
>
> PgAdmin 1.4.0beta3.
>
> There are two issues with composite type creation:
> - when you add numeric field, precision text box is disabled and
> lenght textbox value is discarded
> - field names aren't quoted automaticaly
>
> Thank you for support.
Thanks Ivan, fixes committed to SVN.
Regards, Dave.
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
| |
|
| Hello Dave,
Tuesday, November 1, 2005, 12:01:55 AM, you wrote:
DP>
[color=darkred]
DP> Thanks Ivan, fixes committed to SVN.
I download last snapshot of PgAdmin (2 Nov) and see that
Length and Precision attributes of numeric fields of a composite type
are discarded, i.e. in resulting SQL numeric fields are always:
....
"NumericField" numeric
....
no matter what lenght and precision you specify.
Thank you for support.
--
Best regards,
Ivan mailto:Ivan-Sun1@mail.ru
---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster
| |
| Dave Page 2005-11-03, 8:28 pm |
|
> -----Original Message-----
> From: Ivan [mailto:Ivan-Sun1@mail.ru]
> Sent: 03 November 2005 08:08
> To: Dave Page
> Cc: pgadmin-support@postgresql.org
> Subject: Re[2]: [pgadmin-support] Composite type creation issues
>
> I download last snapshot of PgAdmin (2 Nov) and see that
> Length and Precision attributes of numeric fields of a composite type
> are discarded, i.e. in resulting SQL numeric fields are always:
> ...
> "NumericField" numeric
> ...
>
> no matter what lenght and precision you specify.
Hi Ivan, this is fixed in SVN now.
> Thank you for support.
You're welcome - thanks for the bug reports :-)
Regards, Dave.
---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql
.org so that your
message can get through to the mailing list cleanly
|
|
|
|
|