postgresql/src/bin
Michael Paquier 0240a00fbd Fix some issues and improve psql completion for access methods
The following issues have been spotted:
- CREATE INDEX .. USING suggests both index and table AMs, but it should
consider only index AMs.
- CREATE TABLE .. USING has no completion support.  USING was not being
included in the completion list where it should, and follow-up
suggestions for table AMs have been missing as well.
- CREATE ACCESS METHOD .. TYPE suggests only INDEX, with TABLE missing.

Author: Michael Paquier
Discussion: https://postgr.es/m/20190601191007.GC1905@paquier.xyz
2019-06-03 11:02:32 +09:00
..
initdb Initial pgperltidy run for v12. 2019-05-22 13:36:19 -04:00
pg_archivecleanup Initial pgindent run for v12. 2019-05-22 12:55:34 -04:00
pg_basebackup Initial pgperltidy run for v12. 2019-05-22 13:36:19 -04:00
pg_checksums Rework options of pg_checksums options for filenode handling 2019-05-30 16:58:17 -04:00
pg_config Translation updates 2019-05-20 16:00:53 +02:00
pg_controldata Translation updates 2019-05-20 16:00:53 +02:00
pg_ctl Initial pgperltidy run for v12. 2019-05-22 13:36:19 -04:00
pg_dump Fix typos. 2019-05-26 18:28:18 +05:30
pg_resetwal Translation updates 2019-05-20 16:00:53 +02:00
pg_rewind Initial pgperltidy run for v12. 2019-05-22 13:36:19 -04:00
pg_test_fsync Translation updates 2019-05-20 16:00:53 +02:00
pg_test_timing Translation updates 2019-05-20 16:00:53 +02:00
pg_upgrade In the pg_upgrade test suite, don't write to src/test/regress. 2019-05-28 12:59:00 -07:00
pg_waldump Fix assorted header files that failed to compile standalone. 2019-05-31 11:45:33 -04:00
pgbench Initial pgperltidy run for v12. 2019-05-22 13:36:19 -04:00
pgevent Update copyright for 2019 2019-01-02 12:44:25 -05:00
psql Fix some issues and improve psql completion for access methods 2019-06-03 11:02:32 +09:00
scripts Initial pgperltidy run for v12. 2019-05-22 13:36:19 -04:00
Makefile Rename pg_verify_checksums to pg_checksums 2019-03-13 10:43:20 +09:00