tab completion for setting search_path - Mailing list pgsql-hackers

From Jeff Janes
Subject tab completion for setting search_path
Date
Msg-id CAMkU=1xMsJZ3dJhHvH5ba5L40h6QKd1FcaHZ-Nu4G9_A8T=oew@mail.gmail.com
Whole thread Raw
Responses Re: tab completion for setting search_path  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-hackers
I've been working with an app that uses a schema name whose spelling is hard to type, and the lack of tab completion for "SET search_path TO" was bugging me.  So see attached.

I filter out the system schemata, but not public.

For commit fest next.

Cheers,

Jeff

pgsql-hackers by date:

Previous
From: Abhijit Menon-Sen
Date:
Subject: Re: pgaudit - an auditing extension for PostgreSQL
Next
From: Amit Kapila
Date:
Subject: Re: [bug fix] pg_ctl always uses the same event source