I'm looking for a way to auto increment a field each time an new entry is
added (kind of like in mysql) but I also want it to automatically adjust all
other entries in case one of them is deleted if u see what I mean.
do I need to write a function myself or is there a functionnality in pgsql
that does just that?
thanx in advance