summaryrefslogtreecommitdiff
path: root/databases/postgresql81-server/MESSAGE
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql81-server/MESSAGE')
-rw-r--r--databases/postgresql81-server/MESSAGE19
1 files changed, 19 insertions, 0 deletions
diff --git a/databases/postgresql81-server/MESSAGE b/databases/postgresql81-server/MESSAGE
new file mode 100644
index 00000000000..1b7d89676bc
--- /dev/null
+++ b/databases/postgresql81-server/MESSAGE
@@ -0,0 +1,19 @@
+===========================================================================
+$NetBSD: MESSAGE,v 1.1.1.1 2006/03/20 14:45:51 uebayasi 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 8.1 accepts TCP/IP connections on localhost address
+by default.
+
+===========================================================================