From 9e092e339463e6c6e02cf85266ca49ab1c32832f Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Fri, 24 Jul 2015 12:24:18 -0400 Subject: - An adjustment to the new Postgresql feature of reflecting storage options and USING of :ticket:`3455` released in 1.0.6, to disable the feature for Postgresql versions < 8.2 where the ``reloptions`` column is not provided; this allows Amazon Redshift to again work as it is based on an 8.0.x version of Postgresql. Fix courtesy Pete Hollobon. references #3455 --- doc/build/changelog/changelog_10.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc') diff --git a/doc/build/changelog/changelog_10.rst b/doc/build/changelog/changelog_10.rst index 2dce07b0a..593c26e00 100644 --- a/doc/build/changelog/changelog_10.rst +++ b/doc/build/changelog/changelog_10.rst @@ -15,6 +15,21 @@ .. include:: changelog_07.rst :start-line: 5 +.. changelog:: + :version: 1.0.9 + + .. change:: + :tags: bug, postgresql + :pullreq: github:190 + + An adjustment to the new Postgresql feature of reflecting storage + options and USING of :ticket:`3455` released in 1.0.6, + to disable the feature for Postgresql versions < 8.2 where the + ``reloptions`` column is not provided; this allows Amazon Redshift + to again work as it is based on an 8.0.x version of Postgresql. + Fix courtesy Pete Hollobon. + + .. changelog:: :version: 1.0.8 :released: July 22, 2015 -- cgit v1.2.1