From 512a3817bb21991142add2d192fa7ce9b285369d Mon Sep 17 00:00:00 2001 From: mike bayer Date: Wed, 18 Mar 2020 19:04:55 -0400 Subject: [PATCH] Update 5205.rst --- doc/build/changelog/unreleased_13/5205.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. -- 2.47.3