Re: Newbie Question

From: "Mitch Vincent" <mitch(at)venux(dot)net>
To: "Clay & Judi Kinney" <cricketk(at)home(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Newbie Question
Date: 2001-05-04 20:46:51
Message-ID: 005901c0d4db$590e9c70$1251000a@windows
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

You *really* should go glance over the manual.. There is the field type
SERIAL and things called sequences, both could be what you're talking
about....The rest I'll leave up to you :-)

Good luck!!!

-Mitch

----- Original Message -----
From: "Clay & Judi Kinney" <cricketk(at)home(dot)com>
To: <pgsql-general(at)postgresql(dot)org>
Sent: Tuesday, May 01, 2001 8:34 AM
Subject: Newbie Question

> How do I create an autoincrement field in a postgresql table???
>
> What are the correct field type and parameters????
>
> Any help would be appreciated.....
>
> Thanks
>
> Clay
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2001-05-04 20:47:52 Re: Re: Metaphone function attachmenty
Previous Message Chris Jones 2001-05-04 20:33:55 Re: Re: a primer on trigger?