Re: Auto Increment Help

From: Tony Corrente <Tony(at)ontarget-systems(dot)com>
To: Stephen Lawrence <logart(at)mail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Auto Increment Help
Date: 2000-07-08 09:29:01
Message-ID: 3966F45D.CEE0F0E2@ontarget-systems.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Hello,

There is a type serial which will auto-increment. . It will create the
trigger automatically.

TC

Stephen Lawrence wrote:

> I am writing a small stamping program and was wondering: what is the best
> way to do auto incrementing, or where can I find some good info on the
> subject?
>
> I use MySQL also, and it handles auto-incrementing, but I found postgresql
> does not.
>
> I am using the Perl-DBI interface.
>
> Thanks
>
> -
> Stephen Lawrence Jr.
> logart(at)dairypower(dot)com

--
Tony Corrente
http://www.ontarget-systems.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Anthony E. Greene 2000-07-08 14:26:26 Re: Auto Increment Help
Previous Message ghaverla 2000-07-08 05:48:11 Re: Installing DBD