summaryrefslogtreecommitdiff
path: root/databases/postgresql73-server/files
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2008-11-07 09:49:49 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2008-11-07 09:49:49 +0000
commit978e3de48fd8491061803765cdc592ab234edd46 (patch)
tree2f23f5da1426d6e37dcb3efb378e85bd08787403 /databases/postgresql73-server/files
parent- Fix build by not using ncurses-config since there is no need, and we do not (diff)
Update PostgreSQL to latest versions.
http://www.postgresql.org/docs/current/static/release-8-3-5.html http://www.postgresql.org/docs/current/static/release-8-2-11.html http://www.postgresql.org/docs/current/static/release-8-1-15.html http://www.postgresql.org/docs/current/static/release-8-0-19.html http://www.postgresql.org/docs/current/static/release-7-4-23.html Note that the GiST problem mentioned does not apply to users of the FreeBSD port, since the previous version of PostgreSQL never reached the ports tree, due to the freeze of the tree pending the FreeBSD 7.1 update. PR: 121848, 124713
Notes
Notes: svn path=/head/; revision=222485
Diffstat (limited to 'databases/postgresql73-server/files')
-rw-r--r--databases/postgresql73-server/files/pkg-message-server.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql73-server/files/pkg-message-server.in b/databases/postgresql73-server/files/pkg-message-server.in
index d168c2dd022d..d2367e291511 100644
--- a/databases/postgresql73-server/files/pkg-message-server.in
+++ b/databases/postgresql73-server/files/pkg-message-server.in
@@ -28,7 +28,7 @@ consider running the SQL script %%PREFIX%%/share/postgresql/odbc.sql
to get the functions required for ODBC compliance.
Please note that if you use the rc script,
-%%PREFIX%%/etc/rc.conf/postgresql, to initialize the database, unicode
+%%PREFIX%%/etc/rc.d/postgresql, to initialize the database, unicode
(UTF-8) will be used to store character data by default. Set
postgresql_initdb_flags or use login.conf settings described below to
alter this behaviour. See the start rc script for more info.