aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/post-install-notes
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql92-server/files/post-install-notes')
-rw-r--r--databases/postgresql92-server/files/post-install-notes7
1 files changed, 5 insertions, 2 deletions
diff --git a/databases/postgresql92-server/files/post-install-notes b/databases/postgresql92-server/files/post-install-notes
index f77271d85113..6b7192b31895 100644
--- a/databases/postgresql92-server/files/post-install-notes
+++ b/databases/postgresql92-server/files/post-install-notes
@@ -15,5 +15,8 @@ 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
+If you built with Java support, add
+/usr/local/share/java/classes/postgresql.jar to your classpath.
+
+If you have many tables and many clients running, consider raising
+kern.maxfiles using sysctl(8).