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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to