|
| 1 | +# |
| 2 | +#Connection configuration file |
| 3 | +# |
| 4 | +# A service is a set of named connection parameters. You may specify |
| 5 | +# multiple services in this file. Each starts with a service name in |
| 6 | +# brackets. Subsequent lines have connection configuration parameters of |
| 7 | +# the pattern "param=value". A sample configuration for template1 is |
| 8 | +# included in this file. If no database name is specified, it is assumed |
| 9 | +# to match the service name. Lines beginning with '#' are comments. |
| 10 | +# |
| 11 | +# Copy this to your sysconf directory (typically /usr/local/pgsql/etc) and |
| 12 | +# rename it pg_service.conf. |
| 13 | +# |
| 14 | +# |
| 15 | +#[template1] |
| 16 | +#user=postgres |