mirror of
https://github.com/postgres/postgres.git
synced 2025-07-26 01:22:12 +03:00
Remove useless whitespace at end of lines
This commit is contained in:
@ -299,9 +299,9 @@ SELECT * FROM recurse(3);
|
||||
---
|
||||
--- Test arrary return
|
||||
---
|
||||
CREATE OR REPLACE FUNCTION array_of_text() RETURNS TEXT[][]
|
||||
LANGUAGE plperl as $$
|
||||
return [['a"b',undef,'c,d'],['e\\f',undef,'g']];
|
||||
CREATE OR REPLACE FUNCTION array_of_text() RETURNS TEXT[][]
|
||||
LANGUAGE plperl as $$
|
||||
return [['a"b',undef,'c,d'],['e\\f',undef,'g']];
|
||||
$$;
|
||||
|
||||
SELECT array_of_text();
|
||||
|
Reference in New Issue
Block a user