Re: Correct handling of blank/commented lines in PSQL interactive-mode history
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Greg Nancarrow <gregn4422@gmail.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>,
Laurenz Albe <laurenz.albe@cybertec.at>,
"David G. Johnston" <david.g.johnston@gmail.com>,
PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2021-11-30T04:12:35Z
Lists: pgsql-hackers
Greg Nancarrow <gregn4422@gmail.com> writes: > After a bit of investigation, it seems that patch attachments (like > yours) with a Context-Type of "text/x-diff" download through Gmail in > CRLF format for me (I'm running a browser on Windows, but my Postgres > development environment is in a Linux VM). So those must get converted > from Unix to CRLF format if downloaded using a browser running on > Windows. > The majority of patch attachments (?) seem to have a Context-Type of > "application/octet-stream" or "text/x-patch", and these seem to > download raw (in their original Unix format). Interesting. I can probably adjust my MUA to send "text/x-patch", but I'll have to look around to see where that's determined. (I dislike using "application/octet-stream" for this, because the archives won't show that as text, they only let you download the attachment. Maybe that's more Safari's fault than the archives per se, not sure.) regards, tom lane
Commits
-
psql: initialize comment-begin setting to a useful value by default.
- 3d858af07ee6 15.0 landed
-
psql: treat "--" comments between queries as separate history entries.
- c2f654930e9f 15.0 landed
-
psql: include intra-query "--" comments in what's sent to the server.
- 83884682f4df 15.0 landed