openbsd-ports/databases/postgresql/pkg
pea a8ca6dfb36 Update to 9.1.2
Two important things:

+ Fix bugs in information_schema.referential_constraints view
If you need to fix this in an existing installation, you
can (as a superuser) drop the information_schema schema then re-create it
by sourcing /usr/local/share/postgresql/information_schema.sql.
This must be repeated in each database to be fixed.

+ Make contrib/citext's upgrade script fix collations of
citext columns and indexes.
If you have a previously-upgraded database that is suffering
from this problem, and you already ran the CREATE EXTENSION command,
you can manually run (as superuser) the UPDATE commands found
at the end of /usr/local/share/postgresql/extension/citext--unpackaged--1.0.sql.


ok jeremy@
2011-12-07 08:32:18 +00:00
..
DESCR-contrib add the postgresql contributions from the contrib/ directory 2007-03-22 19:29:17 +00:00
DESCR-docs Update to 7.3. 2002-12-17 16:38:53 +00:00
DESCR-main add the postgresql contributions from the contrib/ directory 2007-03-22 19:29:17 +00:00
DESCR-server Update to PostgreSQL 7.4.3 2004-07-26 10:10:46 +00:00
PLIST-contrib Major upgrade to PostgreSQL 9.1.0 2011-09-23 09:46:14 +00:00
PLIST-docs Update to 9.1.2 2011-12-07 08:32:18 +00:00
PLIST-main Major upgrade to PostgreSQL 9.1.0 2011-09-23 09:46:14 +00:00
PLIST-server Major upgrade to PostgreSQL 9.1.0 2011-09-23 09:46:14 +00:00
postgresql.rc Remove all redirections -- rc.subr(8) now takes care of it. 2011-03-17 16:49:27 +00:00
README-server tweak the pgsql major upgrade upgrade notes; 2011-10-18 12:03:01 +00:00