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:

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 > > re

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 s

[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