git.postgresql.org Git - postgresql.git/commit
2018年9月21日 19:58:37 +0000 (15:58 -0400)
2018年9月21日 19:58:37 +0000 (15:58 -0400)
commit e8fe426baa9c242d8dbd4eab1d963e952c9172f4
Fix bogus tab-completion rule for CREATE PUBLICATION.
You can't use "FOR TABLE" as a single Matches argument, because readline
will consider that input to be two words not one. It's necessary to make
the pattern contain two arguments.
The case accidentally worked anyway because the words_after_create
test fired ... but only for the first such table name.
Noted by Edmund Horner, though this isn't exactly his proposed fix.
Backpatch to v10 where the faulty code came in.
Discussion: https://postgr.es/m/CAMyN-kDe=gBmHgxWwUUaXuwK+p+7g1vChR7foPHRDLE592nJPQ@mail.gmail.com
This is the main PostgreSQL git repository.
RSS
Atom