postgresql/contrib/bloom
Alvaro Herrera 4f04b66f97 Fix loose ends for SQL ACCESS METHOD objects
COMMENT ON ACCESS METHOD was missing; add it, along psql tab-completion
support for it.

psql was also missing a way to list existing access methods; the new \dA
command does that.

Also add tab-completion support for DROP ACCESS METHOD.

Author: Michael Paquier
Discussion: https://www.postgresql.org/message-id/CAB7nPqTzdZdu8J7EF8SXr_R2U5bSUUYNOT3oAWBZdEoggnwhGA@mail.gmail.com
2016-06-07 17:59:34 -04:00
..
expected Fix contrib/bloom to work for unlogged indexes. 2016-05-24 21:04:35 -04:00
sql Fix contrib/bloom to work for unlogged indexes. 2016-05-24 21:04:35 -04:00
t
.gitignore
blcost.c
blinsert.c Fix contrib/bloom to work for unlogged indexes. 2016-05-24 21:04:35 -04:00
bloom--1.0.sql Fix loose ends for SQL ACCESS METHOD objects 2016-06-07 17:59:34 -04:00
bloom.control
bloom.h Measure Bloom index signature-length reloption in bits, not words. 2016-06-03 10:52:45 -04:00
blscan.c Measure Bloom index signature-length reloption in bits, not words. 2016-06-03 10:52:45 -04:00
blutils.c Measure Bloom index signature-length reloption in bits, not words. 2016-06-03 10:52:45 -04:00
blvacuum.c
blvalidate.c
Makefile