Re: Redundant psql tab-completion for CREATE PUBLICATION

2018-09-21 Thread Tom Lane
[ This seems to have slipped through the cracks, sorry about that ] Edmund Horner writes: > While looking at Justin's patch for VACUUM completions, I found an > existing bit of code that tries to match on a word with a space: >/* Complete "CREATE PUBLICATION FOR TABLE " */ > else if (Mat

Redundant psql tab-completion for CREATE PUBLICATION

2018-05-29 Thread Edmund Horner
Hi, While looking at Justin's patch for VACUUM completions, I found an existing bit of code that tries to match on a word with a space: /* Complete "CREATE PUBLICATION FOR TABLE " */ else if (Matches4("CREATE", "PUBLICATION", MatchAny, "FOR TABLE")) COMPLETE_WITH_SCHEMA_QUERY(Quer