postgresql/contrib/dblink
Teodor Sigaev 386e3d7609 CREATE INDEX ... INCLUDING (column[, ...])
Now indexes (but only B-tree for now) can contain "extra" column(s) which
doesn't participate in index structure, they are just stored in leaf
tuples. It allows to use index only scan by using single index instead
of two or more indexes.

Author: Anastasia Lubennikova with minor editorializing by me
Reviewers: David Rowley, Peter Geoghegan, Jeff Janes
2016-04-08 19:45:59 +03:00
..
expected
input
output
sql
.gitignore
dblink--1.0--1.1.sql
dblink--1.1.sql
dblink--unpackaged--1.0.sql
dblink.c CREATE INDEX ... INCLUDING (column[, ...]) 2016-04-08 19:45:59 +03:00
dblink.control
dblink.h
Makefile
pg_service.conf