Re: Tab completion for CREATE TYPE

2019-07-12 Thread Thomas Munro
On Tue, May 14, 2019 at 11:13 PM Kyotaro HORIGUCHI wrote: > At Tue, 14 May 2019 18:58:14 +1200, Thomas Munro > wrote in > > On Tue, May 14, 2019 at 6:18 PM Kyotaro HORIGUCHI > > wrote: > > > I played with this a bit and found that "... (attr=[tab]" (no > > > space between "r" and "=")

Re: Tab completion for CREATE TYPE

2019-05-14 Thread Kyotaro HORIGUCHI
At Tue, 14 May 2019 18:58:14 +1200, Thomas Munro wrote in > On Tue, May 14, 2019 at 6:18 PM Kyotaro HORIGUCHI > wrote: > > I played with this a bit and found that "... (attr=[tab]" (no > > space between "r" and "=") complets with '='. Isn't it annoying? > > > > Only "UPDATE hoge SET a=[tab]"

Re: Tab completion for CREATE TYPE

2019-05-14 Thread Edgy Hacker
On Tue, May 14, 2019 at 09:01:27PM +1200, Thomas Munro wrote: > On Tue, May 14, 2019 at 8:32 PM Edgy Hacker wrote: > > Hmm... just got here. > > Welcome. Thanks. > > > What happens around here? > > Please see https://wiki.postgresql.org/wiki/So,_you_want_to_be_a_developer%3F > . Not

Re: Tab completion for CREATE TYPE

2019-05-14 Thread Thomas Munro
On Tue, May 14, 2019 at 8:32 PM Edgy Hacker wrote: > Hmm... just got here. Welcome. > What happens around here? Please see https://wiki.postgresql.org/wiki/So,_you_want_to_be_a_developer%3F . -- Thomas Munro https://enterprisedb.com

Re: Tab completion for CREATE TYPE

2019-05-14 Thread Edgy Hacker
On Tue, May 14, 2019 at 06:58:14PM +1200, Thomas Munro wrote: > On Tue, May 14, 2019 at 6:18 PM Kyotaro HORIGUCHI > wrote: > > I played with this a bit and found that "... (attr=[tab]" (no > > space between "r" and "=") complets with '='. Isn't it annoying? > > > > Only "UPDATE hoge SET a=[tab]"

Re: Tab completion for CREATE TYPE

2019-05-14 Thread Thomas Munro
y among > existing completions. Hmm. True. Here's one way to fix that. -- Thomas Munro https://enterprisedb.com 0001-Tab-completion-for-CREATE-TYPE-v2.patch Description: Binary data 0002-Fix-tab-completion-of-UPDATE-v2.patch Description: Binary data

Re: Tab completion for CREATE TYPE

2019-05-14 Thread Kyotaro HORIGUCHI
Hello. At Tue, 14 May 2019 17:50:58 +1200, Thomas Munro wrote in > Hi, > > Since I keep forgetting the syntax and options, here is $SUBJECT. I played with this a bit and found that "... (attr=[tab]" (no space between "r" and "=") complets with '='. Isn't it annoying? Only "UPDATE hoge SET

Tab completion for CREATE TYPE

2019-05-13 Thread Thomas Munro
Hi, Since I keep forgetting the syntax and options, here is $SUBJECT. -- Thomas Munro https://enterprisedb.com 0001-Tab-completion-for-CREATE-TYPE.patch Description: Binary data