diff options
Diffstat (limited to 'src/pl/plpython/expected/plpython_test.out')
-rw-r--r-- | src/pl/plpython/expected/plpython_test.out | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/pl/plpython/expected/plpython_test.out b/src/pl/plpython/expected/plpython_test.out index 170abe7ab6e..1deab6c0d34 100644 --- a/src/pl/plpython/expected/plpython_test.out +++ b/src/pl/plpython/expected/plpython_test.out @@ -298,6 +298,15 @@ SELECT test_setof_as_iterator(2, null); (2 rows) +SELECT test_setof_spi_in_iterator(); + test_setof_spi_in_iterator +---------------------------- + Hello + Brave + New + World +(4 rows) + -- Test tuple returning functions SELECT * FROM test_table_record_as('dict', null, null, false); first | second |