summaryrefslogtreecommitdiff
path: root/databases/postgresql96-server/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql96-server/MESSAGE')
-rw-r--r--databases/postgresql96-server/MESSAGE18
1 files changed, 18 insertions, 0 deletions
diff --git a/databases/postgresql96-server/MESSAGE b/databases/postgresql96-server/MESSAGE
new file mode 100644
index 00000000000..cfcb923d6ca
--- /dev/null
+++ b/databases/postgresql96-server/MESSAGE
@@ -0,0 +1,18 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1 2016/10/29 19:41:55 adam Exp $
+
+To enable this package, put the following into your /etc/rc.conf:
+
+ pgsql=YES
+ pgsql_flags="-l" # enables SSL connections (TCP/IP and
+ # ~pgsql/data/server.crt required)
+
+and ensure that
+
+ ${RCD_SCRIPTS_DIR}/pgsql start
+
+is run at the appropriate time.
+
+Note: PostgreSQL accepts TCP/IP connections on localhost address by default.
+
+===========================================================================