Hi, From: "Stéphane A. Schildknecht" <[EMAIL PROTECTED]> Subject: [Pgpool-general] Pgpool and pgpool-II precisions Date: Fri, 08 Feb 2008 09:58:21 +0100
> Here are my questions : > > Is there a tool that helps managing pgpool (and Slony, eventually). The > customer I work for uses Patrol to manage its IT. Is there a way to plug > pgp and Slony on it ? pgpoolAdmin may help you. > How many nodes may I work with when using pgpool-II ? pgpool-II can handle 128 nodes. > Are there different politics to reuse connexions > (request/transaction/session) ? It is session. > Does pgpool interfere on encodings (both sides)? No, pgpool-II doesn't care both encodings. So you only need to set client_encoding to 'UTF8'. Regards, -- Yoshiyuki Asaba [EMAIL PROTECTED] _______________________________________________ Pgpool-general mailing list [email protected] http://pgfoundry.org/mailman/listinfo/pgpool-general
