ports/databases/postgresql7/files/post-install-notes
Clive Lin cf193c59d9 ldconfig PostgreSQL's lib should happen before starting *ANY* ports.
This would cure headache like apache module linking against libpq
fail to work after rebooting.

Originally, maintainer and I want this commit to go with the
PostgreSQL updating. But we both think that the latest PostgreSQL
would not be released before FreeBSD 4.3-RELEASE ports freeze.

As a conclusion, PORTREVISION bumped.

Discussed with/Submitted by: MAINTAINER
2001-03-15 19:26:26 +00:00

19 lines
739 B
Text

Now that PostgreSQL is installed, you should read the documentation and
implementation guides. These can be found at:
http://www.PostgreSQL.org/docs
You may wish to subscribe to the PostgreSQL user-support mailing list.
Send an e-mail to pgsql-questions-request@postgresql.org with the
text "subscribe" in the message body.
If you built PostgreSQL with TCL/TK support, you can use the pgaccess
utility to get a TCL/TK based database frontend for database
operations. You do NOT need to install the pgaccess port separately.
If you built in the TCL support, you can load the Pg package into your
TCL scripts as easily as ``package require Pgtcl''.
To start PostgreSQL, run the startup script:
%%PREFIX%%/etc/rc.d/010.pgsql.sh start