psql 'none' as a HISTFILE special case - Mailing list pgsql-patches

From Martin Atukunda
Subject psql 'none' as a HISTFILE special case
Date
Msg-id ce92d7150608210927y44fb02bcw612dd75995e1d438@mail.gmail.com
Whole thread Raw
Responses Re: psql 'none' as a HISTFILE special case  (Neil Conway <neilc@samurai.com>)
List pgsql-patches
If readline is used by psql, a history file is automatically used.
This patch adds the special file name 'none', which if set as the
HISTFILE parameter, will cause psql not to use the history file.

- Martin -

Attachment

pgsql-patches by date:

Previous
From: "Marko Kreen"
Date:
Subject: Re: [HACKERS] [PATCH] Provide 8-byte transaction IDs to
Next
From: Neil Conway
Date:
Subject: Re: psql 'none' as a HISTFILE special case