INT UNSIGNED problem - Mailing list pgsql-general

From Jérôme Tollet
Subject INT UNSIGNED problem
Date
Msg-id 3CDFD36E.6E9BC2B0@qosmos.net
Whole thread Raw
List pgsql-general
Hello,
I have i little problem with postgresql :
I can't execute :
CREATE TABLE foo(bar INT UNSIGNED);
while
CREATE TABLE foo(bar INT);
works perfectly.
Is postgresql unable to handle UNSIGNED values ?
please CC me in your answer while i didn't subscribed to the mailing list
Jerome Tollet
 
------------------------
Jerome Tollet
jerome.tollet@qosmos.net
www.qosmos.net
------------------------
 

pgsql-general by date:

Previous
From: "McCaffity, Ray (Contractor)"
Date:
Subject: Re: Serious environment problem with 7.2 on Solaris
Next
From: Scott Marlowe
Date:
Subject: Re: if exists?