How to quietly increment a SEQUENCE? - Mailing list pgsql-sql

From Martin Kresse
Subject How to quietly increment a SEQUENCE?
Date
Msg-id 200002101759.SAA05105@mail.vr.IN-Berlin.DE
Whole thread Raw
Responses Re: [SQL] How to quietly increment a SEQUENCE?  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-sql
Hi there,

How can I (quietly) increment a SEQUENCE without having to use 
SELECT, or is there a way to dump the result of a query (SELECT 
NEXTVAL('...'))?

Thanks for your help, Martin Kresse



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: [SQL] Re: Bug#57466: select ... except fails when there are nulls in second clause
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] How to quietly increment a SEQUENCE?