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

From ian link
Subject Re: Review: query result history in psql
Date
Msg-id CAOOwM5LZ_69m2pHViyKJ0A9+g395oAJeUzAmF2hHSbKqfTiXdQ@mail.gmail.com
Whole thread
In response to Re: Review: query result history in psql  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Review: query result history in psql
List pgsql-hackers
I haven't been able to find any real documentation on this feature,
other than the additions to the psql help.
You're right, I missed that in my review. I agree that it needs some more documentation. 

What is "ans"?
We covered that earlier in the email thread, but it's the current name for the query history. I think we are going to change it to something a little more descriptive. I was thinking "qh" for short or "query-history". 

I'm not sure if I'll be able to implement this feature any time soon,
as I'm very busy at the moment and going for a business trip in few
days. 
I can try implementing the feature, I might have some time. 




On Tue, Jul 2, 2013 at 5:36 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
On 7/2/13 5:53 AM, Maciej Gajewski wrote:
> In the meantime, I've applied your suggestions and moved the
> sting-manipulating functions to stringutils. Also fixed a tiny bug.
> Patch attached.

I haven't been able to find any real documentation on this feature,
other than the additions to the psql help.  Could someone write some
mock documentation at least, so we know what the proposed interfaces and
intended ways of use are?

What is "ans"?


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: warn_unused_result in pgbench
Next
From: ian link
Date:
Subject: Re: Support for RANGE ... PRECEDING windows in OVER