[vox-tech] Postgres Oracle Compatibility - serial column type

Eric Engelhard vox-tech@lists.lugod.org
Fri, 25 Jan 2002 13:30:22 -0800


Jay Strauss wrote:
> 
> The later,
> 
> But many times one will put a trigger (on insert) on the table to
> automatically set the value

Thanks Jay, I had a feeling that this one would come back to haunt me.
I'll just define a compatible subroutine for inserts which contains
nextval() within the select statement. I'll never remember it otherwise.
:-)
--
Eric Engelhard