diff options
Diffstat (limited to 'conf/postgresql.in')
-rw-r--r-- | conf/postgresql.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/conf/postgresql.in b/conf/postgresql.in new file mode 100644 index 0000000..057d4fb --- /dev/null +++ b/conf/postgresql.in @@ -0,0 +1,7 @@ +# Note: changing PGDATA will typically require adjusting SELinux configuration +# as well; see @README_DIST@. +# +# It is not encouraged to configure PGPORT here. Use the +# @PGDATADIR@/postgresql.conf configuration file. + +PGDATA=@PGDATADIR@ |