Fix loose ends for SQL ACCESS METHOD objects
Alvaro Herrera <alvherre@alvh.no-ip.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/bloom/bloom--1.0.sql | modified | +1 −0 |
| doc/src/sgml/ref/comment.sgml | modified | +4 −0 |
| doc/src/sgml/ref/psql-ref.sgml | modified | +13 −0 |
| src/backend/parser/gram.y | modified | +5 −3 |
| src/bin/psql/command.c | modified | +3 −0 |
| src/bin/psql/describe.c | modified | +64 −0 |
| src/bin/psql/describe.h | modified | +3 −0 |
| src/bin/psql/help.c | modified | +1 −0 |
| src/bin/psql/tab-complete.c | modified | +13 −2 |
Documentation touched
Discussion
- COMMENT ON, psql and access methods 14 messages · 2016-05-27 → 2016-06-07