psql 'none' as a HISTFILE special case

From: "Martin Atukunda" <matlads(at)gmail(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: psql 'none' as a HISTFILE special case
Date: 2006-08-21 16:27:23
Message-ID: ce92d7150608210927y44fb02bcw612dd75995e1d438@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers 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 Content-Type Size
psql_allow_none_as_HISTFILE.diff application/octet-stream 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Neil Conway 2006-08-21 16:43:34 Re: psql 'none' as a HISTFILE special case
Previous Message Marko Kreen 2006-08-21 16:18:54 Re: [HACKERS] [PATCH] Provide 8-byte transaction IDs to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2006-08-21 16:43:34 Re: psql 'none' as a HISTFILE special case
Previous Message Marko Kreen 2006-08-21 16:18:54 Re: [HACKERS] [PATCH] Provide 8-byte transaction IDs to