From: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
---|---|
To: | "Tony Caduto" <tony_caduto(at)amsoftwaredesign(dot)com>, "chris smith" <dmagick(at)gmail(dot)com> |
Cc: | "Zahir Lalani" <zahir(at)systemz(dot)net>, <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: the integer type |
Date: | 2006-04-13 15:30:37 |
Message-ID: | E7F85A1B5FF8D44C8A1AF6885BC9A0E4011C9CB9@ratbert.vale-housing.co.uk |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Tony Caduto
> Sent: 13 April 2006 16:19
> To: chris smith
> Cc: Zahir Lalani; pgsql-general(at)postgresql(dot)org
> Subject: Re: [GENERAL] the integer type
>
> It's not a error, pgAdmin III simply does not display the
> word integer in it's drop down comboboxes, it uses all the
> internal representation of types not the SQL standard aliases.
Which allows you to use any custom datatype or domain that you like.
> PG Lightning Admin on the other hand does use the SQL
> standard names in the comboboxes which make things a little
> easier for those coming from other databases and that's why
> PG Lightning Admin is the best choice for all users running a
> win32 desktop or coming from another database system such as
> MS SQL server. Just because it's free (pgAdminIII) does not
> mean it should be your only or best choice.
>
> pgAdmin III also won't accept double precision in it's type
> selection combobox.
double precision == float8
(http://www.postgresql.org/docs/8.1/interactive/datatype.html) which
works just fine.
Regards, Dave.
From | Date | Subject | |
---|---|---|---|
Next Message | Tony Caduto | 2006-04-13 15:47:35 | Re: the integer type |
Previous Message | Leif B. Kristensen | 2006-04-13 15:29:49 | Re: browser shows garbage instead of UTF-8 characters |