X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=postgresql.sysconfig;h=f3f4735ab87c5c9bf3127ad8c1bdf74368d4282f;hb=6f59bf5bb092527f2cd6de91266622077d843085;hp=5f37ecfe834872f3284a4755cb4f0154276d22d5;hpb=7854a98d05c2f3f41a82dd4ec162d9474ad94e8d;p=packages%2Fpostgresql.git diff --git a/postgresql.sysconfig b/postgresql.sysconfig index 5f37ecf..f3f4735 100644 --- a/postgresql.sysconfig +++ b/postgresql.sysconfig @@ -5,11 +5,13 @@ # PostgreSQL. If you want to start more than one PostgreSQL instance, # you should change TCP/IP port, at least. # +# Under systemd each cluster is started under a different postgresql@.service +# instance, the default being postgresql@var-lib-pgsql.service +# +# To enable a new one use; /bin/systemctl enable postgresql@${instance}.service -# if you want change default initdb encoding use (value WITHOUT QUOTES!): -# PG_INITDB_ENCODING=UNICODE -# e.g. if you want use database default encoding use: -# PG_INITDB_ENCODING= +# locale used at service postgresql init +# PG_INIT_LOCALE=C # standard setting PG_DB_CLUSTERS="/var/lib/pgsql"