Re: Postgres 8.1 sequences and 'CALL'-syntax - Mailing list pgsql-sql

From Peter Eisentraut
Subject Re: Postgres 8.1 sequences and 'CALL'-syntax
Date
Msg-id 200605082323.55081.peter_e@gmx.net
Whole thread Raw
In response to Postgres 8.1 sequences and 'CALL'-syntax  ("Schnabl, Sebastian" <s.schnabl@qualitype.de>)
List pgsql-sql
Schnabl, Sebastian wrote:
> I use postgres 8.1 and trie to run jboss over sequoia-ha
> (http://sequoia.continuent.org/HomePage). But i have an problem with
> sequences. Sequoia claims to support for good reasons and
> db-independece only "sql-standard(s)". Therefore they DON'T support
> the postgres-specific "select nextval('seq_name')". Instead they gave
> me the hint to use the sql-conform "call nexval('seq_name')".

That statement is not any more SQL conforming than the other.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-sql by date:

Previous
From: Jorge Godoy
Date:
Subject: Re: Creating nested functions with plpgsql
Next
From: Miroslav Šulc
Date:
Subject: Re: Most efficient way to hard-sort records