Re: Review: query result history in psql - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: Review: query result history in psql
Date
Msg-id CAFj8pRAiWL79DStWt=qOiSmXrpgVEynpMQ=Jz0qiQ6nQxjgL5w@mail.gmail.com
Whole thread Raw
In response to Re: Review: query result history in psql  (Maciej Gajewski <maciej.gajewski0@gmail.com>)
Responses Re: Review: query result history in psql  (ian link <ian@ilink.io>)
List pgsql-hackers
Hello

I am not sure, this interface is really user friendly

there is not possible "searching" in history, and not every query push
to history some interesting content.

It require:

* simply decision if content should be stored in history or not,
* simply remove last entry (table) of history
* queries should be joined to content, only name is not enough

Regards

Pavel

2013/6/28 Maciej Gajewski <maciej.gajewski0@gmail.com>:
> Thanks for checking the patch!
>
> So what's left to fix?
> * Moving the escaping-related functions to separate module,
> * applying your corrections.
>
> Did I missed anything?
>
> I'll submit corrected patch after the weekend.
>
> M
>



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Request for Patch Feedback: Lag & Lead Window Functions Can Ignore Nulls
Next
From: Alvaro Herrera
Date:
Subject: Re: changeset generation v5-01 - Patches & git tree