File: 53-pg_service.conf_directory_doc.patch

package info (click to toggle)
postgresql-15 15.13-0%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 166,512 kB
  • sloc: ansic: 899,752; sql: 109,423; perl: 42,533; yacc: 36,866; xml: 31,046; lex: 8,906; makefile: 6,175; sh: 4,842; cpp: 1,105; python: 151; asm: 65; sed: 16
file content (19 lines) | stat: -rw-r--r-- 948 bytes parent folder | download | duplicates (13)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Author: Martin Pitt <mpitt@debian.org>
Description: Update pg_service.conf example to tell the Debian specific file location.
Forwarded: No, Debian specific

Index: postgresql-9.2-9.2~beta1/src/interfaces/libpq/pg_service.conf.sample
===================================================================
--- postgresql-9.2-9.2~beta1.orig/src/interfaces/libpq/pg_service.conf.sample	2011-04-27 23:17:22.000000000 +0200
+++ postgresql-9.2-9.2~beta1/src/interfaces/libpq/pg_service.conf.sample	2011-05-10 11:25:42.151949794 +0200
@@ -8,8 +8,8 @@
 # to look up such parameters.  A sample configuration for postgres is
 # included in this file.  Lines beginning with '#' are comments.
 #
-# Copy this to your sysconf directory (typically /usr/local/pgsql/etc) and
-# rename it pg_service.conf.
+# Copy this to /etc/postgresql-common/ (or select its location with the
+# PGSYSCONFDIR environment variable) and rename it pg_service.conf.
 #
 #
 #[postgres]