Re: BUG #14554: Tab on new line after VALUES clause in INSERT statement echoes opening bracket

From: Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>
To: t(dot)kitynski(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #14554: Tab on new line after VALUES clause in INSERT statement echoes opening bracket
Date: 2017-03-30 08:48:46
Message-ID: 20170330.174846.128381358.horiguchi.kyotaro@lab.ntt.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hello,

At Mon, 20 Feb 2017 00:21:05 +0000, t(dot)kitynski(at)gmail(dot)com wrote in <20170220002105(dot)1268(dot)33801(at)wrigleys(dot)postgresql(dot)org>
> INSERT INTO foo.bar(bar_id, a, b)
> VALUES
> (0, 'a', 'Aaa'),
> (1, 'b', 'Bbb')
> ;
>
> but after pasting it into the console I got this:
>
> testbase=# INSERT INTO foo.bar (bar_id, a, b)
> testbase-# VALUES
> testbase-# ( (0, 'a', 'Aaa'),

You need to turn off the tab-completion fetature. The following
URL will tell you the details.

https://www.postgresql.org/docs/9.6/static/app-psql.html#AEN100672

reagrds,

--
Kyotaro Horiguchi
NTT Open Source Software Center

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Venkata B Nagothi 2017-03-30 09:59:15 Re: [HACKERS] Bug in Physical Replication Slots (at least 9.5)?
Previous Message Francisco Olarte 2017-03-30 08:10:33 Re: BUG #14605: round trip of day of week doesn't work