summaryrefslogtreecommitdiff
path: root/src/backend/libpq
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2003-02-03 14:24:07 +0000
committerBruce Momjian <bruce@momjian.us>2003-02-03 14:24:07 +0000
commit0d3e36b6687ae601551fb8047c10a68f2d6fb565 (patch)
tree55138e7af13f1367bccee5dd7becbbfa314c0f05 /src/backend/libpq
parent802a4d411103f91e9b5a8507a379b89953ea1354 (diff)
downloadpostgresql-0d3e36b6687ae601551fb8047c10a68f2d6fb565.tar.gz
Move pg_service.conf.sample to /interfaces/libpq.
Diffstat (limited to 'src/backend/libpq')
-rw-r--r--src/backend/libpq/pg_service.conf.sample16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/backend/libpq/pg_service.conf.sample b/src/backend/libpq/pg_service.conf.sample
deleted file mode 100644
index d5d486f904..0000000000
--- a/src/backend/libpq/pg_service.conf.sample
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Connection configuration file
-#
-# A service is a set of named connection parameters. You may specify
-# multiple services in this file. Each starts with a service name in
-# brackets. Subsequent lines have connection configuration parameters of
-# the pattern "param=value". A sample configuration for template1 is
-# included in this file. If no database name is specified, it is assumed
-# to match the service name. Lines beginning with '#' are comments.
-#
-# Copy this to your sysconf directory (typically /usr/local/pgsql/etc) and
-# rename it pg_service.conf.
-#
-#
-#[template1]
-#user=postgres