COPY (... tab completion

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: COPY (... tab completion
Date: 2015-12-29 16:22:42
Message-ID: 5682B352.2000502@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Here is a patch which adds tab completion for COPY with a query.
Currently there is only completion for COPY with a relation.

Andreas

Attachment Content-Type Size
copy-tab-compleition.patch text/x-diff 1.2 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2015-12-29 18:15:41 Re: custom function for converting human readable sizes to bytes
Previous Message Tom Lane 2015-12-29 16:21:49 Re: Making tab-complete.c easier to maintain