BUG #13733: ~/.psql_history* corrupted

From: news(at)emmanuelsambo(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13733: ~/.psql_history* corrupted
Date: 2015-10-26 15:22:14
Message-ID: 20151026152214.3021.13548@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13733
Logged by: Emmanuel Sambo
Email address: news(at)emmanuelsambo(dot)com
PostgreSQL version: 9.4.5
Operating system: Apple Mac OS X El Capitan 10.11.1
Description:

Upgrading from PostgreSQL 9.4.4 to 9.4.5 deleted my entire psql history in
two of my ~/.psql_history-<db>
Looking at this file I can see:
- all the spaces are encoded as utf-8: "\040"
- each history entry is truncated at 1021 characters

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2015-10-26 16:08:49 Re: BUG #13733: ~/.psql_history* corrupted
Previous Message chenhj 2015-10-26 15:09:13 Re: BUG #13723: "duplicate key" error occurs when update delete and insert the same row concurrently