update Sun Oct 11 12:37:00 PDT 2009
[pkgsrc.git] / databases / postgresql83-server / MESSAGE
1 ===========================================================================
2 $NetBSD: MESSAGE,v 1.2 2008/04/24 13:46:24 abs Exp $
3
4 To enable this package, put the following into your /etc/rc.conf:
5
6         pgsql=yes
7         pgsql_flags="-l"     # enables SSL connections (TCP/IP and
8                              # ~pgsql/data/server.crt required)
9
10 and ensure that
11
12         ${RCD_SCRIPTS_DIR}/pgsql start
13
14 is run at the appropriate time.
15
16 Note: PostgreSQL accepts TCP/IP connections on localhost address by default.
17
18 ===========================================================================