Alexander Cohen wrote: > Yes, i just discovered that. Thanks! Actually im trying to display in > an app of mine a list of all types to the user. That goes fine but i > noticed that that list does not have "integer", "double precision" and > simple type names like that. I thought they would be domains. But i > guess they are not. Where can i find these types? What are they? They are SQL-standard names for our int4, float8 types. They map internally to those types. I don't know a way to list separately. -- Bruce Momjian | http://candle.pha.pa.us pgman@candle.pha.pa.us | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to majordomo@postgresql.org)