diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-01 15:05:44 +0000 | 
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-02-01 15:05:44 +0000 | 
| commit | cf746e92c2e752397b296eb552f020c60bf45e42 (patch) | |
| tree | 614e3efd48ec54221b398df5ad6a323f901fc17a /databases/postgresql-devel-server | |
| parent | - Update to version 0.4.6 (diff) | |
- Add note that the function "elog" has been removed from
  pg-7.4
PR:		ports/62167
Submitted by:	maintainer
Notes
Notes:
    svn path=/head/; revision=99702
Diffstat (limited to 'databases/postgresql-devel-server')
| -rw-r--r-- | databases/postgresql-devel-server/files/post-install-notes | 12 | 
1 files changed, 9 insertions, 3 deletions
| diff --git a/databases/postgresql-devel-server/files/post-install-notes b/databases/postgresql-devel-server/files/post-install-notes index 0fb0604214b8..d52b24121539 100644 --- a/databases/postgresql-devel-server/files/post-install-notes +++ b/databases/postgresql-devel-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 | 
