Re: [GENERAL] Stored procedure for generation next sequence value

2007-10-29 Thread Michael Glaesemann
On Oct 29, 2007, at 18:59 , Frank Church wrote: Is there a built in function for retrieving the next value of a sequence and updating the sequence counter? http://www.postgresql.org/docs/faqs.FAQ.html#item4.11.2 http://www.postgresql.org/docs/8.2/interactive/functions-sequence.html Michael G

Re: [GENERAL] Stored procedure for generation next sequence value

2007-10-29 Thread Joshua D. Drake
On Mon, 29 Oct 2007 23:59:59 + "Frank Church" <[EMAIL PROTECTED]> wrote: > Is there a built in function for retrieving the next value of a > sequence and updating the sequence counter? > The docs are amazing: http://www.postgresql.org/docs/current/static/functions-sequence.html Sincerely,