We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7320a81 commit 1b59b44Copy full SHA for 1b59b44
src/backend/libpq/pg_service.conf.sample
@@ -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