| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Peter Geoghegan <pg(at)bowt(dot)ie> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, Christoph Berg <myon(at)debian(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: pgsql: Add basic TAP tests for psql's tab-completion logic. |
| Date: | 2020-01-04 07:00:29 |
| Message-ID: | 9256.1578121229@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Peter Geoghegan <pg(at)bowt(dot)ie> writes:
> On Fri, Jan 3, 2020 at 10:39 PM Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> Attached is a blind attempt to fix this by allowing escape
>> sequence(s) instead of spaces between the words. Does this
>> work for you?
> I'm afraid not; no apparent change. No change in the "Actual output
> was" line, either.
Meh. I must be too tired to get the regexp syntax right.
Will try tomorrow.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2020-01-04 07:01:59 | Re: pgsql: Add basic TAP tests for psql's tab-completion logic. |
| Previous Message | Peter Geoghegan | 2020-01-04 06:49:02 | Re: pgsql: Add basic TAP tests for psql's tab-completion logic. |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Geoghegan | 2020-01-04 07:01:59 | Re: pgsql: Add basic TAP tests for psql's tab-completion logic. |
| Previous Message | Asif Rehman | 2020-01-04 06:53:52 | Re: WIP/PoC for parallel backup |