max(oid)

From: Marc Tardif <admin(at)wtbwts(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: max(oid)
Date: 2000-01-21 23:10:46
Message-ID: Pine.BSF.4.10.10001212308020.19731-100000@server.b0x.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

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

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Marc Tardif 2000-01-22 00:14:26 implementing a psql daemon
Previous Message Roland Gremmelspacher 2000-01-21 21:35:30 jdbc connect in StarOffice

Browse pgsql-hackers by date

  From Date Subject
Next Message The Hermit Hacker 2000-01-22 00:11:27 Re: [HACKERS] Re: vacuum timings
Previous Message Tom Lane 2000-01-21 22:05:43 Re: [HACKERS] pg_dump disaster