Re: CR is not removed with psql -f command on Windows. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: CR is not removed with psql -f command on Windows.
Date
Msg-id 1710293.1622123765@sss.pgh.pa.us
Whole thread Raw
In response to CR is not removed with psql -f command on Windows.  ("okano.naoki@fujitsu.com" <okano.naoki@fujitsu.com>)
Responses RE: CR is not removed with psql -f command on Windows.  ("okano.naoki@fujitsu.com" <okano.naoki@fujitsu.com>)
List pgsql-bugs
"okano.naoki@fujitsu.com" <okano.naoki@fujitsu.com> writes:
> When creating a function with the psql -f filename command, the prosrc in pg_proc catalog contains \r(CR).

Does that cause you any actual problems?

> But I expect \r to be deleted. Is this a bug?

I'm kind of inclined to ignore it, mainly because of the law of unintended
consequences: adding code to strip \r is likely to break some scenario
that's working fine for somebody else.

I see that psql opens -f files with PG_BINARY_R, but that seems to be
a very ancient decision so I'm hesitant to change it.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: BUG #17036: generated column cann't modifyed auto when update
Next
From: "David G. Johnston"
Date:
Subject: Re: BUG #17036: generated column cann't modifyed auto when update