openbsd-ports/databases/postgresql
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
..
patches Major upgrade to PostgreSQL 9.1.0 2011-09-23 09:46:14 +00:00
pkg Update to 9.1.2 2011-12-07 08:32:18 +00:00
distinfo Update to 9.1.2 2011-12-07 08:32:18 +00:00
Makefile Update to 9.1.2 2011-12-07 08:32:18 +00:00