On Jul 26, 2007, at 11:06 AM, Jeff Davis wrote:
If you really do need an unsigned type, this is a good use of postgresql's extensible type system. You can just create an unsigned type for yourself.
If you do that please start a project on pgfoundry so others can contribute and benefit. In fact, if you do start one let me know and I'll try and help out.
-- Jim Nasby jim@xxxxxxxxx EnterpriseDB http://enterprisedb.com 512.569.9461 (cell) ---------------------------(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