Re: the integer type

From: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: chris smith <dmagick(at)gmail(dot)com>, Zahir Lalani <zahir(at)systemz(dot)net>, pgsql-general(at)postgresql(dot)org
Subject: Re: the integer type
Date: 2006-04-13 15:47:35
Message-ID: 443E7297.9040005@amsoftwaredesign.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dave Page wrote:
>
> Which allows you to use any custom datatype or domain that you like.
>
>
> double precision == float8
> (http://www.postgresql.org/docs/8.1/interactive/datatype.html) which
> works just fine.
>
> Regards, Dave.
>
>
Actually if you try and type in integer in the combobox, it accepts the
text, but the ok button wont enable until you pick one from the list.
Yes, you could make a "integer" domain but why would you do that when
Postgresql actually will accept a type called integer?

I just tried it on version 1.4.2 and it will not accept integer in the
combobox for a new field in the table editor.

The whole point here is people coming from systems such as MS SQL server
for example have no clue what int4 or float8 is.

--
Tony Caduto
AM Software Design
http://www.amsoftwaredesign.com
Home of PG Lightning Admin for Postgresql
Your best bet for Postgresql Administration

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Zahir Lalani 2006-04-13 16:02:47 Re: the integer type
Previous Message Dave Page 2006-04-13 15:30:37 Re: the integer type