INT UNSIGNED problem

From: Jérôme Tollet <jerome(dot)tollet(at)qosmos(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: INT UNSIGNED problem
Date: 2002-05-13 14:53:34
Message-ID: 3CDFD36E.6E9BC2B0@qosmos.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(dot)tollet(at)qosmos(dot)net
www.qosmos.net
------------------------

Browse pgsql-general by date

  From Date Subject
Next Message Uros Gruber 2002-05-13 14:54:16 don't know how to get SELECT
Previous Message Tomas Berndtsson 2002-05-13 14:45:43 Re: Serious environment problem with 7.2 on Solaris