CVSROOT:        /cvs
Module name:    ports
Changes by:     p...@cvs.openbsd.org    2011/12/07 01:32:18

Modified files:
        databases/postgresql: Makefile distinfo 
        databases/postgresql/pkg: PLIST-docs 

Log message:
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@

Reply via email to