Re: How can I get a column INT4 to be UNSIGNED ?

From: Kyle <kyle(at)ccidomain(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: How can I get a column INT4 to be UNSIGNED ?
Date: 2003-04-11 20:46:49
Message-ID: 3E9729B9.4030207@ccidomain.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Is there a reason for not supporting unsigned types?

Maybe I'm off base here, but couldn't you put in a constraint to achieve
the same effect? In other words require inserted data in that column to
be > -1 ?

-Kyle

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message scott.marlowe 2003-04-11 20:52:07 Re: How can I get a column INT4 to be UNSIGNED ?
Previous Message Tom Lane 2003-04-11 20:43:48 Re: Need Clarification re md5 and pg_shadow files.