From: mike bayer Date: Wed, 18 Mar 2020 23:04:55 +0000 (-0400) Subject: Update 5205.rst X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=512a3817bb21991142add2d192fa7ce9b285369d;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git Update 5205.rst --- diff --git a/doc/build/changelog/unreleased_13/5205.rst b/doc/build/changelog/unreleased_13/5205.rst index 8803d6f7de..9aed14a056 100644 --- a/doc/build/changelog/unreleased_13/5205.rst +++ b/doc/build/changelog/unreleased_13/5205.rst @@ -1,5 +1,8 @@ .. change:: - :tags: usecase, postgresql + :tags: bug, postgresql :tickets: 5205 - Fixed reflection of covering indexes. They were added in PostgreSQL 11. + Fixed issue where a "covering" index, e.g. those which have an + INCLUDE clause, would be reflected including all the columns in INCLUDE + clause as regular columns. Note that full support for "covering" + indexes is part of :ticket:`4458`. Pull request courtesy Marat Sharafutdinov.