Inserting and incrementing with MAX aggregate

From: Keith Perry <keith(at)vcsn(dot)com>
To: pgsql-general(at)postgresql(dot)org(dot)pgsql-sql(at)postgresql(dot)org
Subject: Inserting and incrementing with MAX aggregate
Date: 2001-01-23 20:01:24
Message-ID: 3A6DE314.A85DEEB0@vcsn.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

I was wondering if this statement was still supported in 7.0.x versions
of pgSQL. I upgraded from a 6.x version where say:

insert into events (eid,name) values (max(eid)+1,'server down');

works but not in the 7.x variants.

I know that I could use the serial type for that column but in the
interest not having to rewrite the code (or dump, drop and recreate the
tables/data), I wanted to know if there was a more stand way to
incrementing a field automatically that would be fairly portable. Any
help would be appreciated.

Keith Perry
VCSN Inc.
keith(at)vcsn(dot)com
http://vcsn.com

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alfred Perlstein 2001-01-23 20:19:13 Re: Re: VACUUM and 24/7 database operation
Previous Message Lloyd Llewellyn 2001-01-23 19:46:54 GUI admin interface - where??

Browse pgsql-sql by date

  From Date Subject
Next Message Ron Peterson 2001-01-23 21:50:25 finding foreign keys
Previous Message David Wall 2001-01-23 18:58:22 blobs and small binary objects