Re: [GENERAL] The use of sequences

From: Herouth Maoz <herouth(at)oumail(dot)openu(dot)ac(dot)il>
To: Roy Sigurd Karlsbakk <roy(at)christianianett(dot)no>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [GENERAL] The use of sequences
Date: 1998-08-18 15:27:20
Message-ID: l03110709b1ff4daf13db@[147.233.159.109]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-sql

At 17:40 +0300 on 18/8/98, Roy Sigurd Karlsbakk wrote:

>
> Could somebody tell me how I can make efficient use of sequences? I am
> familiar with Oracle's sequences and they usually work as the following
> example:
> INSERT INTO PERSON table(some_sequence.nextval,data,data,data);
>
> How do they work in postgreSQL?

Look in the manpage of create_sequence

Herouth

--
Herouth Maoz, Internet developer.
Open University of Israel - Telem project
http://telem.openu.ac.il/~herutma

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Jeremiah Davis 1998-08-18 15:54:08 Re: [GENERAL] The use of sequences
Previous Message Roy Sigurd Karlsbakk 1998-08-18 14:40:16 The use of sequences

Browse pgsql-sql by date

  From Date Subject
Next Message Jeremiah Davis 1998-08-18 15:54:08 Re: [GENERAL] The use of sequences
Previous Message Roy Sigurd Karlsbakk 1998-08-18 14:40:16 The use of sequences