Re: New to SQL; hopefully simple question

From: foo2(at)on-spammers2(dot)com
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: New to SQL; hopefully simple question
Date: 2003-04-21 04:28:00
Message-ID: 3e72b0db503917ca9f6a4361c3bf9af6@news.teranews.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Ok, for anyone else who has run into this, the answer seems to be:

CREATE SEQUENCE name START integer

The docs for CREATE SEQUENCE cover the bare bones of what to do
with/to them.

The mailing-list subscribe thingee on the postgeSQL page seems to be
broken, also. For anyone who cares.

Walt
Software Engineer
Black Belt Systems
pages: http://www.blackbeltsystems.com/
email: http://www.blackbeltsystems.com/contact.html

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Lorraine Dewey 2003-04-21 15:14:04 Optomizing left outer joins
Previous Message foo2 2003-04-21 04:25:44 Ok,, what about cache for SEQUENCE - where? how?