summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/post-install-notes
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2001-04-21 11:34:34 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2001-04-21 11:34:34 +0000
commitbfb9f8e6c93b2c638014779f1429d726c35e4e69 (patch)
tree93cdf5d5b46d48a1b57091ae3f53e526c137eda6 /databases/postgresql92-server/files/post-install-notes
parentUpgrade to 3.23.37. (diff)
Upgrade to 7.1, change to new layout style.
PR: ports/26741 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=41758
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).