| From: | Maciej Gajewski <maciej(dot)gajewski0(at)gmail(dot)com> |
|---|---|
| To: | "pgsql-hackers(at)postgresql(dot)org Hackers" <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Patch proposal: query result history in psql |
| Date: | 2013-05-26 19:06:55 |
| Message-ID: | CAEcSYXJRi++T3pevDyzAWH2yGx7kG9ZrhX8KAWtP1fXV3H02vw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Polished version of the patch.
* The feature is disabled by default, enabled by backslash command
\ans. Additionaly, \ansclean cleans the result history.
* Escaping is applied when building COPY IN string
This is patch is a diff between master:230e92c and
https://github.com/maciekgajewski/psql-ans.git:2997f9c
Maciek
On 16 May 2013 19:18, David E. Wheeler <david(at)justatheory(dot)com> wrote:
> On May 16, 2013, at 7:02 AM, Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr> wrote:
>
>>> I find this feature quite useful, but I understand that my use case
>>> may be quite unique.
>>
>> Just to say that I too find what you've done quite useful. Please add
>> your patch to the next commit fest for consideration in 9.4!
>
> FYI, you can add it here:
>
> https://commitfest.postgresql.org/action/commitfest_view?id=18
>
> Best,
>
> David
>
| Attachment | Content-Type | Size |
|---|---|---|
| psql-ans.2.diff | application/octet-stream | 16.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Noah Misch | 2013-05-26 19:07:01 | Re: Parallel Sort |
| Previous Message | Robins Tharakan | 2013-05-26 17:56:29 | Add regression tests for SET xxx |