Re: postgres types

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: "Vladimir V(dot) Zolotych" <gsmith(at)eurocom(dot)od(dot)ua>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: postgres types
Date: 2000-05-07 14:39:45
Message-ID: 200005071439.KAA20049@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

OID should be an unsigned int. Let us know if there are any problems.

[Charset koi8-r unsupported, filtering to ASCII...]
>
> Hello all,
>
> Can I have UNSIGNED integer in PostgreSQL ?
> E.g. how should I describe type of field to have
> full range of 32 bits? If I describe filed as INT4,
> I'll get SIGNED integer, insn't it?
>
> Thanks!
>
>
> --
> Vladimir Zolotych gsmith(at)eurocom(dot)od(dot)ua
>
>

--
Bruce Momjian | http://www.op.net/~candle
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Andrei N.Sobchuck 2000-05-08 09:26:52
Previous Message Vladimir V. Zolotych 2000-05-07 14:13:05 postgres types