summaryrefslogtreecommitdiff
path: root/contrib/pgxc_ddl/pgxc.conf.sample
blob: 9dcc0c7a2da7d9f82e0028eda0db60fa2d6e2577 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# -----------------------------
# Postgres-XC configuration file
# -----------------------------
#
# This file consists of lines of the form:
#
#   name = value
#
# It describes the list of coordinators used in the cluster

#------------------------------------------------------------------------------
# POSTGRES-XC COORDINATORS
#------------------------------------------------------------------------------

#coordinator_hosts = 'localhost'	# Host names or addresses of data nodes
					# (change requires restart)
#coordinator_ports = '5451,5452'	# Port numbers of coordinators
					# (change requires restart)
#coordinator_folders = '/pgxc/data'	# List of Data folders of coordinators
					# (change require restart)