From 35411a878b50b545d2ceaa15c11015d858c83dda Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Thu, 24 Mar 2005 17:22:44 +0000 Subject: Adjust plpython to convert \r\n and \r to \n in Python scripts, per recent discussion concluding that this is the Right Thing. Add regression test check for this behavior. Michael Fuhr --- src/pl/plpython/plpython_test.sql | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/pl/plpython/plpython_test.sql') diff --git a/src/pl/plpython/plpython_test.sql b/src/pl/plpython/plpython_test.sql index c78b4aa0c7f..17d6b2e7922 100644 --- a/src/pl/plpython/plpython_test.sql +++ b/src/pl/plpython/plpython_test.sql @@ -61,3 +61,10 @@ SELECT join_sequences(sequences) FROM sequences -- error in trigger -- +-- +-- Check Universal Newline Support +-- + +SELECT newline_lf(); +SELECT newline_cr(); +SELECT newline_crlf(); -- cgit v1.2.3