summaryrefslogtreecommitdiff
path: root/databases/postgresql92-server/files/post-install-notes
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-11 04:58:11 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-04-11 04:58:11 +0000
commitb345761190ed0484cf7adb45e7e11d985229c85c (patch)
tree2c7f116960dbf41f955c5ffafdefdd4669cba10d /databases/postgresql92-server/files/post-install-notes
parentFix 'expr' usage and allow to compile with GCC 3.1. (diff)
upgrade to 7.2.1
PR: 36975 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=57555
Diffstat (limited to 'databases/postgresql92-server/files/post-install-notes')
-rw-r--r--databases/postgresql92-server/files/post-install-notes9
1 files changed, 7 insertions, 2 deletions
diff --git a/databases/postgresql92-server/files/post-install-notes b/databases/postgresql92-server/files/post-install-notes
index 5480550a1ed4..55816362579b 100644
--- a/databases/postgresql92-server/files/post-install-notes
+++ b/databases/postgresql92-server/files/post-install-notes
@@ -24,12 +24,17 @@ postgresql-plperl, postgresql-pltcl & postgresql-plruby
etc etc...
+Note that many files have moved around compared to previous versions
+of PostgreSQL. For example, plpgsql.so and all other language modules
+are now in /usr/local/lib/postgresql.
+
If you have many tables and many clients running, consider raising
-kern.maxfiles using sysctl(8).
+kern.maxfiles using sysctl(8), or reconfigure your kernel
+appropriately.
You should vacuum and backup your database regularly. There is a
periodic script, /usr/local/share/postgresql/502.pgsql, that you may
-use.
+find useful.
To allow many simultaneous connections to your PostgreSQL server, you
should raise the SystemV shared memory limits in your kernel. Here are