max(oid) - Mailing list pgsql-general

From Marc Tardif
Subject max(oid)
Date
Msg-id Pine.BSF.4.10.10001212308020.19731-100000@server.b0x.com
Whole thread Raw
Responses Re: [GENERAL] max(oid)  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-general
Is there a way to use the max aggregate on an oid field? When I try on
6.5.3, I get the following error message:

test=> select max(uid) from user_base;
ERROR: Unable to select an aggregate function max(oid)

If there's any work-around, please let me know.
Marc


pgsql-general by date:

Previous
From: Cory Kempf
Date:
Subject: Re: trouble with the postmaster
Next
From: Bruce Momjian
Date:
Subject: Re: [GENERAL] max(oid)