Feature improvement for FETCH tab completion

From: btnakamichin <btnakamichin(at)oss(dot)nttdata(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Feature improvement for FETCH tab completion
Date: 2020-09-25 05:24:30
Message-ID: d05a46b599634ca0d94144387507f4b4@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello!

I’d like to improve the FETCH tab completion.

The FETCH tab completion . Therefore, this patch fixes the problem.

Previous function completed one of FORWARD, BACKWARD, RELATIVE,
ABSOLUTE, but now it completes one of FORWARD, BACKWARD, RELATIVE,
ABSOLUTE, ALL, NEXT, PRIOR, FIRST, LAST and Corresponded to later IN and
FROM clauses.

Regards,

Naoki Nakamichi

Attachment Content-Type Size
fix_tab_complete_fetch.patch text/x-diff 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2020-09-25 05:25:39 Re: scram-sha-256 broken with FIPS and OpenSSL 1.0.2
Previous Message Bharath Rupireddy 2020-09-25 04:56:40 Re: Retry Cached Remote Connections for postgres_fdw in case remote backend gets killed/goes away