auto-increment integer field for each row

From: Lonni J Friedman <netllama(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: auto-increment integer field for each row
Date: 2009-12-03 22:39:58
Message-ID: 7c1574a90912031439qff04a38j447f75e7ff6628cf@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Greetings,
I'm trying to create a trigger which will auto-increment the integer
stored in one of the 'not null' table rows each time that row is
updated.

I tried to use the trigger example here, but it silently fails to work:
http://archives.postgresql.org/pgsql-sql/2000-02/msg00147.php

I can repeatedly update column 'b' in the table of that example, and
'a' will remain '1'.

I'm guessing that maybe plpgsql has changed sufficiently since that
example was written (almost 10! years ago), that its no longer
compatible with the version (8.1.10) that I'm using.

many thanks for any advice/pointers.

-Lonni

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2009-12-03 22:56:06 Re: auto-increment integer field for each row
Previous Message Kris Kewley 2009-12-03 00:46:57 Re: initdb fails in win xp