On 06/02/2010 09:34 AM, erobles wrote:





This is an extract of pgpool.conf:



#set pgpool2 hostname
pgpool2_hostname = 'backend0'


# system DB info
system_db_hostname = 'backend0'
system_db_port = 6543
system_db_dbname = 'pgpool'
system_db_schema = 'pgpool_catalog'
system_db_user = 'postgres'
system_db_password = ''


# backend_hostname, backend_port, backend_weight
# here are examples
backend_hostname0 = 'backend0'
backend_port0 = 6543
backend_weight0 = 1
backend_data_directory0 = '/usr/local/pgsql83/data'

backend_hostname1 = 'backend1'
backend_port1 = 6543
backend_weight1 = 1
backend_data_directory1 = '/usr/local/pgsql83/data'









_______________________________________________
Pgpool-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgpool-general

_______________________________________________
Pgpool-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgpool-general

Reply via email to