We are about to start a slave server using Slony-I so we can have
redundancy and load balancing.
I've read quite a bit about using Slony-I and pgpool-II, but there is
something that I'm not sure about: What happens when I make a SELECT
currval('seqname') on a sequence that was just used in an INSERT? Are
they sent to the master?