| From: | A James Lewis <james(at)fsck(dot)co(dot)uk> |
|---|---|
| To: | Chris Bitmead <chris(dot)bitmead(at)bigfoot(dot)com> |
| Cc: | pgsql-general(at)postgreSQL(dot)org |
| Subject: | Re: [GENERAL] Questions regarding OID |
| Date: | 1999-06-25 15:53:30 |
| Message-ID: | Pine.LNX.3.93.990625165155.11742E-100000@vr1-workhorse1.vrtx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
The last time I tried to use OID I wanted to :-
select max(oid) from table; apparently max isn't defined for OID and I
didn't seem to be able to cast it as an int...
Am I doing somthing wrong?
James
On Sat, 26 Jun 1999, Chris Bitmead wrote:
> Richi Plana wrote:
> > I'm trying to use PostgreSQL data type oid and I have a couple
> > 2) Can it be used together with NOT NULL or PRIMARY KEY?
>
> oid data type is a 4 byte integer and as far as I know can be used
> pretty much the same way.
>
A.J. (james(at)fsck(dot)co(dot)uk)
Sometimes you're ahead, somtimes you're behind.
The race is long, and in the end it's only with yourself.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Mario Jorge Nunes Filipe | 1999-06-25 16:01:29 | Re: [GENERAL] What does this mean ? |
| Previous Message | Chris Bitmead | 1999-06-25 15:32:15 | Re: [GENERAL] Questions regarding OID |