Support index INCLUDE in the AM properties interface.

Andrew Gierth <rhodiumtoad@postgresql.org>

Commit: 49b0e300f7dd56b092c0046ee29dc2b15beea9a8
Author: Andrew Gierth <rhodiumtoad@postgresql.org>
Date: 2018-04-08T05:02:05Z
Releases: 11.0
Support index INCLUDE in the AM properties interface.

This rectifies an oversight in commit 8224de4f4, by adding a new
property 'can_include' for pg_indexam_has_property, and adjusting the
results of pg_index_column_has_property to give more appropriate
results for INCLUDEd columns.

Files

Documentation touched