Several problems in tab-completions for SET/RESET - Mailing list pgsql-hackers

From Fujii Masao
Subject Several problems in tab-completions for SET/RESET
Date
Msg-id CAHGQGwFoPWQBdn0vMPKqKvSE=EDij1kMNHZ7cq=+2kg2AF1sdg@mail.gmail.com
Whole thread Raw
Responses Re: Several problems in tab-completions for SET/RESET  (Michael Paquier <michael.paquier@gmail.com>)
List pgsql-hackers
Hi,

I found that the following tab-completions for SET/RESET which
worked properly before doesn't work properly now in the master.

1. ALTER SYSTEM SET|RESET <tab> lists nothing.
2. ALTER DATABASE xxx SET <tab> lists nothing.
3. ALTER DATABASE xxx SET yyy <tab> lists nothing.
4. ALTER DATABASE xxx SET datestyle TO <tab> lists nothing.

Attached patch fixes those problems.

Regards,

--
Fujii Masao

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Proposal:Use PGDLLEXPORT for libpq
Next
From: Michael Paquier
Date:
Subject: Comment typos in source code: s/thats/that is/