Re: Sequence postgres.

2008-12-05 Thread Germán Mondragón
strategy. Andrus On Dec 5, 2008, at 3:14 PM, Pierre Lavignotte wrote: > Hello, > > With Oracle, you have to set the PK generation strategy to "Custom   > sequence" > and the "Cache PK Size" to 1. > > Guess it will be the same with Postgres. > > P

Sequence postgres.

2008-12-05 Thread Germán Mondragón
Hello, We need to know how to set the Cayenne with postgres to always make an insert realize a nextval on the sequence postgres. thank

Problem with sequences in PostgreSQL

2008-12-04 Thread Germán Mondragón
Hi, Hello, i have an application that must live with other applications inserting rows in a table. The problem is that cayenne postgresql adapter don't increment the sequence according to the number of rows inserted, this provokes an inconsistency with the ids in the table and the last value i