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@
This commit is contained in:
parent
5ab7f6dfe2
commit
a8ca6dfb36
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.158 2011/10/18 12:03:01 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.159 2011/12/07 08:32:18 pea Exp $
|
||||
|
||||
COMMENT-main= PostgreSQL RDBMS (client)
|
||||
COMMENT-server= PostgreSQL RDBMS (server)
|
||||
COMMENT-docs= PostgreSQL RDBMS documentation
|
||||
COMMENT-contrib=PostgreSQL RDBMS contributions
|
||||
|
||||
VERSION= 9.1.1
|
||||
VERSION= 9.1.2
|
||||
DISTNAME= postgresql-${VERSION}
|
||||
PKGNAME-main= postgresql-client-${VERSION}
|
||||
PKGNAME-server= postgresql-server-${VERSION}
|
||||
REVISION-server= 0
|
||||
PKGNAME-docs= postgresql-docs-${VERSION}
|
||||
PKGNAME-contrib=postgresql-contrib-${VERSION}
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (postgresql-9.1.1.tar.gz) = k7KTvXNbuZJYwbrXvJuPbA==
|
||||
RMD160 (postgresql-9.1.1.tar.gz) = Z538wPpPSC+t7PCRg6xkOgQvAVs=
|
||||
SHA1 (postgresql-9.1.1.tar.gz) = jTHHlljH7k65CmLW1yYqApcfrHQ=
|
||||
SHA256 (postgresql-9.1.1.tar.gz) = RkW1Ln3DzAQD0u5SdTUi6gAfsv7E1Yc8b8i6tzUkxUU=
|
||||
SIZE (postgresql-9.1.1.tar.gz) = 19488727
|
||||
MD5 (postgresql-9.1.2.tar.gz) = /gEpP5bgTamHmECxmWo9LA==
|
||||
RMD160 (postgresql-9.1.2.tar.gz) = H69ZIX2c5Y9zAuTlwpxeF2WRZxQ=
|
||||
SHA1 (postgresql-9.1.2.tar.gz) = tdldOJ6L4VUSr/mUyXU+ZPJj5gU=
|
||||
SHA256 (postgresql-9.1.2.tar.gz) = vMyY/J7++9eNuZ2P3fqNHonJKwbKgTb/MY9MHV+SKxU=
|
||||
SIZE (postgresql-9.1.2.tar.gz) = 20071146
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-docs,v 1.52 2011/09/26 11:58:28 pea Exp $
|
||||
@comment $OpenBSD: PLIST-docs,v 1.53 2011/12/07 08:32:18 pea Exp $
|
||||
share/doc/postgresql/
|
||||
share/doc/postgresql/COPYRIGHT
|
||||
share/doc/postgresql/HISTORY
|
||||
@ -707,6 +707,7 @@ share/doc/postgresql/html/release-8-2-2.html
|
||||
share/doc/postgresql/html/release-8-2-20.html
|
||||
share/doc/postgresql/html/release-8-2-21.html
|
||||
share/doc/postgresql/html/release-8-2-22.html
|
||||
share/doc/postgresql/html/release-8-2-23.html
|
||||
share/doc/postgresql/html/release-8-2-3.html
|
||||
share/doc/postgresql/html/release-8-2-4.html
|
||||
share/doc/postgresql/html/release-8-2-5.html
|
||||
@ -723,6 +724,7 @@ share/doc/postgresql/html/release-8-3-13.html
|
||||
share/doc/postgresql/html/release-8-3-14.html
|
||||
share/doc/postgresql/html/release-8-3-15.html
|
||||
share/doc/postgresql/html/release-8-3-16.html
|
||||
share/doc/postgresql/html/release-8-3-17.html
|
||||
share/doc/postgresql/html/release-8-3-2.html
|
||||
share/doc/postgresql/html/release-8-3-3.html
|
||||
share/doc/postgresql/html/release-8-3-4.html
|
||||
@ -733,6 +735,7 @@ share/doc/postgresql/html/release-8-3-8.html
|
||||
share/doc/postgresql/html/release-8-3-9.html
|
||||
share/doc/postgresql/html/release-8-3.html
|
||||
share/doc/postgresql/html/release-8-4-1.html
|
||||
share/doc/postgresql/html/release-8-4-10.html
|
||||
share/doc/postgresql/html/release-8-4-2.html
|
||||
share/doc/postgresql/html/release-8-4-3.html
|
||||
share/doc/postgresql/html/release-8-4-4.html
|
||||
@ -747,8 +750,10 @@ share/doc/postgresql/html/release-9-0-2.html
|
||||
share/doc/postgresql/html/release-9-0-3.html
|
||||
share/doc/postgresql/html/release-9-0-4.html
|
||||
share/doc/postgresql/html/release-9-0-5.html
|
||||
share/doc/postgresql/html/release-9-0-6.html
|
||||
share/doc/postgresql/html/release-9-0.html
|
||||
share/doc/postgresql/html/release-9-1-1.html
|
||||
share/doc/postgresql/html/release-9-1-2.html
|
||||
share/doc/postgresql/html/release-9-1.html
|
||||
share/doc/postgresql/html/release.html
|
||||
share/doc/postgresql/html/resources.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user