Skip to content

Commit 1b59b44

Browse files
committed
Add connection service file.
1 parent 7320a81 commit 1b59b44

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

0 commit comments

Comments
 (0)