BUG #16688: psql removes only LF without CR at end of backquotes on windows.

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: kensuke(dot)okamura(at)kantei(dot)co(dot)jp
Subject: BUG #16688: psql removes only LF without CR at end of backquotes on windows.
Date: 2020-10-28 01:58:57
Message-ID: 16688-c649c7b69cd7e6f8@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: 16688
Logged by: Kensuke Okamura
Email address: kensuke(dot)okamura(at)kantei(dot)co(dot)jp
PostgreSQL version: 9.5.5
Operating system: Windows
Description:

psql removes only LF without CR at end of backquotes on windows.

example:
# \echo x`ECHO abc`x
return:
xabc\rx

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Kyotaro Horiguchi 2020-10-28 02:14:10 Re: Non-Materialized CTE bug?
Previous Message greigwise 2020-10-28 00:43:08 Non-Materialized CTE bug?