Re: [INTERFACES] Autoincrement

James Oden <joden@lee.k12.nc.us>

From: James Olin Oden <joden@Lee.k12.nc.us>
To: Wari Wahab <wari@technology.com>
Cc: Postgres Interfaces Mailing List <pgsql-interfaces@postgresql.org>
Date: 1998-07-17T12:27:45Z
Lists: pgsql-sql
> Hi, is there a way to do a field that can automatically increment itself,
> like in paradox or dbase?
>
>

Read the man page on create_sequence.  This will tell you how its done in
Postgres...james