pkgsrc/databases/postgresql74-server/MESSAGE
recht 20a77dfda2 Initial import of PostgreSQL 7.4.2
Database server.

PostgreSQL is a robust, next-generation, Object-Relational DBMS (ORDBMS),
derived from the Berkeley Postgres database management system.  While
PostgreSQL retains the powerful object-relational data model, rich data types
and easy extensibility of Postgres, it replaces the PostQuel query language
with an extended subset of SQL.

PostgreSQL is free and the complete source is available.

This package contains the database server programs.
2004-04-19 00:04:22 +00:00

17 lines
529 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2004/04/19 00:04:22 recht Exp $
To enable this package, put the following into your /etc/rc.conf:
pgsql=yes
pgsql_flags="-i" # allows TCP/IP connections
pgsql_flags="-i -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.
===========================================================================