summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2015-07-24 12:24:18 -0400
committerMike Bayer <mike_mp@zzzcomputing.com>2015-07-24 12:24:18 -0400
commit9e092e339463e6c6e02cf85266ca49ab1c32832f (patch)
tree28ab48e3d5de7c9c76445c8c7a2aad5e83a591b2 /doc
parent552f1f135f66a1a3b9a1a8c3d5e1e6431e4fd234 (diff)
downloadsqlalchemy-9e092e339463e6c6e02cf85266ca49ab1c32832f.tar.gz
- 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
Diffstat (limited to 'doc')
-rw-r--r--doc/build/changelog/changelog_10.rst15
1 files changed, 15 insertions, 0 deletions
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
@@ -16,6 +16,21 @@
: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