CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2011/12/07 02:16:31
Modified files:
databases/postgresql: Tag: OPENBSD_5_0 Makefile distinfo
databases/postgresql/pkg: Tag: OPENBSD_5_0 PLIST-docs PLIST-main
Log message:
Bugfix update to 9.0.6.
Important thing:
+ 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.
ok jasper@