summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorMichael Paquier2019-06-03 02:02:32 +0000
committerMichael Paquier2019-06-03 02:02:32 +0000
commit0240a00fbd4fd14f577edf8d36a032237fd0b9cb (patch)
treebbc6df2493a2d9c14f39f64172c4158afa817d4c /src/backend/access/gist/gist.c
parentf4755a2c01486519cfce5b21ab04529ad26f5ed1 (diff)
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/[email protected]
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions