Re: the integer type

Поиск
Список
Период
Сортировка
От Tony Caduto
Тема Re: the integer type
Дата
Msg-id 443E7297.9040005@amsoftwaredesign.com
обсуждение исходный текст
Ответ на Re: the integer type  ("Dave Page" <dpage@vale-housing.co.uk>)
Ответы Re: the integer type  ("Zahir Lalani" <zahir@systemz.net>)
Список 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


В списке pgsql-general по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: the integer type
Следующее
От: "Zahir Lalani"
Дата:
Сообщение: Re: the integer type