About unsigned smallint? - Mailing list pgsql-general

From Ying Lu
Subject About unsigned smallint?
Date
Msg-id 42CC4477.2080008@cs.concordia.ca
Whole thread Raw
Responses Re: About unsigned smallint?
List pgsql-general
Greetings,

Can I know whether postgreSQL 8.0 supports unsigned smallint please? I
looked at the doc, it seems that OID is unsigned interger. While I was
trying to create a simple table as:
      create table test (id unsigned smallint);
                             or
      create table test (id smallint unsigned);

It seems that postgreSQL did not support unsigned integer?

Thanks a lot,
Emi

pgsql-general by date:

Previous
From: Clark Allan
Date:
Subject: ms-sql OUTPUT equivalent
Next
From: Kevin Murphy
Date:
Subject: can't drop sequence even though table is gone