aboutsummaryrefslogtreecommitdiffstats
path: root/databases/postgresql74-server
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-02-01 23:05:44 +0800
committerkrion <krion@FreeBSD.org>2004-02-01 23:05:44 +0800
commiteac452e38bf101185e4959468ae827ce74fb02b3 (patch)
tree9fb262e20687d6a7a1c9371bf72048de8255ea49 /databases/postgresql74-server
parentd7d15666aac8e4cdb897935c6345d19e2d00d4a9 (diff)
downloadfreebsd-ports-gnome-eac452e38bf101185e4959468ae827ce74fb02b3.tar.gz
freebsd-ports-gnome-eac452e38bf101185e4959468ae827ce74fb02b3.tar.zst
freebsd-ports-gnome-eac452e38bf101185e4959468ae827ce74fb02b3.zip
- Add note that the function "elog" has been removed from
pg-7.4 PR: ports/62167 Submitted by: maintainer
Diffstat (limited to 'databases/postgresql74-server')
-rw-r--r--databases/postgresql74-server/files/post-install-notes12
1 files changed, 9 insertions, 3 deletions
diff --git a/databases/postgresql74-server/files/post-install-notes b/databases/postgresql74-server/files/post-install-notes
index 0fb0604214b8..d52b24121539 100644
--- a/databases/postgresql74-server/files/post-install-notes
+++ b/databases/postgresql74-server/files/post-install-notes
@@ -24,11 +24,17 @@ ruby-postgres, py-PyGreSQL
p5-postgresql-plperl, postgresql-pltcl & postgresql-plruby
For using perl5, tcl & ruby as procedural languages.
+postgresql-contrib
+ Lots of contributed utilities, postgresql functions and
+ datatypes. There you find autovacuum, pgcrypto and many other cool
+ things.
+
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.
+For procedural languages and postgresql functions, please note that
+you might have to update them when updating the server. For example,
+the "elog" method disappeared in postgresql-7.4, so postgresql-contrib
+must be updated along with the server.
If you have many tables and many clients running, consider raising
kern.maxfiles using sysctl(8), or reconfigure your kernel