Solutionunvalidated
the `||` string concatenation operator is omitted — between strings separated by newlines. Tension: Can the `||` operator be safely omitted between strings separated by newlines, or might this behavior be removed in a future release of PostgreSQL? Outcome: Two string constants that are only separated by whitespace with at least one newline are concatenated.
757125b8-35f0-49ff-b5c1-dabab0ff55cb
the || string concatenation operator is omitted — between strings separated by newlines. Tension: Can the || operator be safely omitted between strings separated by newlines, or might this behavior be removed in a future release of PostgreSQL? Outcome: Two string constants that are only separated by whitespace with at least one newline are concatenated.