Re: [GENERAL] Postgresql - Currval Vs Session Pool

2013-06-10 Thread Gustavo Amarilla Santacruz
On Mon, Jun 10, 2013 at 11:24 AM, Gustavo Amarilla Santacruz < gusama...@gmail.com> wrote: > Thank you, Merlin Moncure. > > > On Mon, Jun 10, 2013 at 10:13 AM, Merlin Moncure wrote: > >> On Sun, Jun 9, 2013 at 10:59 AM, Gustavo Amarilla Santacruz >> wrote: >> > Hello, all. >> > >> > In the Postgr

Re: [GENERAL] Postgresql - Currval Vs Session Pool

2013-06-10 Thread Gustavo Amarilla Santacruz
Thank you, Merlin Moncure. On Mon, Jun 10, 2013 at 10:13 AM, Merlin Moncure wrote: > On Sun, Jun 9, 2013 at 10:59 AM, Gustavo Amarilla Santacruz > wrote: > > Hello, all. > > > > In the PostgreSQL documentation I found "currval: Return the value most > > recently obtained by nextval for this se

Re: [GENERAL] Postgresql - Currval Vs Session Pool

2013-06-10 Thread Gustavo Amarilla Santacruz
Thank you very much, Laurenz Albe. On Mon, Jun 10, 2013 at 9:21 AM, Albe Laurenz wrote: > Gustavo Amarilla Santacruz wrote: > > In the PostgreSQL documentation I found "currval: Return the value most > recently obtained by nextval > > for this sequence in the current session " > > > > In oth

Re: [GENERAL] Postgresql - Currval Vs Session Pool

2013-06-10 Thread Merlin Moncure
On Sun, Jun 9, 2013 at 10:59 AM, Gustavo Amarilla Santacruz wrote: > Hello, all. > > In the PostgreSQL documentation I found "currval: Return the value most > recently obtained by nextval for this sequence in the current session " > > In other documentations (pgpool, for example), I found "Con

Re: [GENERAL] Postgresql - Currval Vs Session Pool

2013-06-10 Thread Albe Laurenz
Gustavo Amarilla Santacruz wrote: > In the PostgreSQL documentation I found "currval: Return the value most > recently obtained by nextval > for this sequence in the current session " > > In other documentations (pgpool, for example), I found "Connection Pooling > pgpool-II saves connections

Re: [GENERAL] Postgresql - Currval Vs Session Pool

2013-06-09 Thread David Johnston
Gustavo Amarilla Santacruz wrote > > In the PostgreSQL documentation I found "currval: Return the value most > recently obtained by nextval for this sequence in the current session > " > > > > Then, I have the following question: PostgreSQL differentiates between > sessions created for

[GENERAL] Postgresql - Currval Vs Session Pool

2013-06-09 Thread Gustavo Amarilla Santacruz
Hello, all. In the PostgreSQL documentation I found "currval: Return the value most recently obtained by nextval for this sequence in the current session " In other documentations (pgpool, for example), I found "Connection Pooling pgpool-II saves connections to the PostgreSQL servers, and reu