Thank you for your answer.
1.
Like I wrote in my first post, the command I use to
launch "psql" is:
cmd.exe> psql -p <tcp_port> -U <username>
<database_name>
So, I do not specify the "--no-readline" option.
2.
cmd.exe psql <database_name># \s
history is not supported by this installation
Powershell psql <database_name># \s
history is not supported by this installation
To install PostgreSQL, I used the
"postgresql-9.5.2-1-windows-x64.exe" installer the 2016/04/21.
So I don't remember much about what I did that day.
3.
When I do:
psql <database_name># \set
HISTFILE does not appear in the result.
So, I guess it is not set.
Best regards,
--
Léa Massiot
On 2016-08-02 5:56 PM, Melvin
Davidson wrote:
On Tue, Aug 2, 2016 at 11:40 AM, David G. Johnston <david.g.johnston@xxxxxxxxx>
wrote:
Are you doing this in PostgreSQL 7.3 and Windows XP?
Can you provide us with a little more useful information
like current PostgreSQL version and O/S?
Otherwise we have absolutely no idea what the problem might
be.
"Windows (8.1)" refers to the O/S version.
Knowing the PostgreSQL version probably won't make a
difference though knowing how it was installed might (though not
for me personally).
David J.
On 2016-08-02 5:40 PM, Lmhelp1
wrote:
Thank you for your answer.
cmd.exe> psql --version
psql (PostgreSQL) 9.5.2
Like I wrote, the Windows OS is 8.1 Pro.
Best regards,
--
Léa Massiot
On 2016-08-02 5:31 PM, Melvin
Davidson wrote:
Are you doing this in PostgreSQL 7.3 and Windows XP?
Can you provide us with a little more useful information
like current PostgreSQL version and O/S?
Otherwise we have absolutely no idea what the problem
might be.