Hello, thank you for committing this.
At Sat, 16 Jan 2016 21:09:26 -0500, Peter Eisentraut wrote in
<569af7d6.9090...@gmx.net>
> On 1/12/16 9:46 PM, Peter Eisentraut wrote:
> > On 12/22/15 4:44 AM, Kyotaro HORIGUCHI wrote:
> >> 1. 0001-Fix-tab-complete-of-CREATE-INDEX.patch
> >>
> >> Fixes com
On 1/12/16 9:46 PM, Peter Eisentraut wrote:
> On 12/22/15 4:44 AM, Kyotaro HORIGUCHI wrote:
>> 1. 0001-Fix-tab-complete-of-CREATE-INDEX.patch
>>
>> Fixes completion for CREATE INDEX in ordinary way.
>
> This part has been fixed in another thread. Please check whether that
> satisfies all your i
On 12/22/15 4:44 AM, Kyotaro HORIGUCHI wrote:
> 1. 0001-Fix-tab-complete-of-CREATE-INDEX.patch
>
> Fixes completion for CREATE INDEX in ordinary way.
This part has been fixed in another thread. Please check whether that
satisfies all your issues.
> 3. 0002-Fix-tab-completion-for-DROP-INDEX.pa
Hello, I returned to this since Thomas' psql-completion patch has
been committed.
This patch has been recreated on it.
"IN TABLESPACE xxx OWNED BY" has been alredy fixed so I removed it.
The attched files are the following,
1. 0001-Fix-tab-complete-of-CREATE-INDEX.patch
Fixes completion for C
Hello, thank you for reviewing.
# I injured at fingertip, It's quite nuisance and make me more
# slower to type in..
I posted another patch to totally refactor psql-complete so I
don't put revised patch of this for now but this discussion has
an importance for me so please continue to discuss on
On Fri, Nov 6, 2015 at 11:27 AM, Kyotaro HORIGUCHI
wrote:
> Hello, thank you for the comments.
>
> The revised version of this patch is attached.
Thanks for updating the patch!
I tested whether the following patterns work as expected or not.
CREATE UNIQUE INDEX CONCURRENTLY name ON
CREATE UNIQU
Hello, thank you for the comments.
The revised version of this patch is attached.
- Prevent complete with ON to the sequence "[CREATE] [UNIQUE] INDEX ON".
- Added TABLESPACE to the preposition list for SECURITY LABEL.
I think that the current completion mechanism is simple, fast and
maybe enou
On Wed, Nov 4, 2015 at 5:27 PM, Kyotaro HORIGUCHI
wrote:
> Hello, I found that a typo(?) in tab-complete.c.
>
>> /* ALTER TABLE,INDEX,MATERIALIZED VIEW xxx ALL IN TABLESPACE xxx OWNED BY */
>> else if (pg_strcasecmp(prev6_wd, "ALL") == 0 &&
>>pg_strcasecmp(prev5_wd, "IN") == 0 &&
>
Hello, I found that a typo(?) in tab-complete.c.
> /* ALTER TABLE,INDEX,MATERIALIZED VIEW xxx ALL IN TABLESPACE xxx OWNED BY */
> else if (pg_strcasecmp(prev6_wd, "ALL") == 0 &&
>pg_strcasecmp(prev5_wd, "IN") == 0 &&
>pg_strcasecmp(prev4_wd, "TABLESPACE") == 0 &&
>