From bbc3920fe9fdefbb16096fd72114d262168fff4e Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 12 May 2001 17:49:32 +0000 Subject: PL/Python should build portably now, if you can get over the fact that there's no shared libpython. Test suite works as well. Also, add some documentation. --- src/pl/plpython/plpython_test.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 320312972b..c78b4aa0c7 100644 --- a/src/pl/plpython/plpython_test.sql +++ b/src/pl/plpython/plpython_test.sql @@ -26,7 +26,7 @@ select import_test_two(users) from users where fname = 'willem'; -- test multiple arguments -- -select argument_test_one(users, fname, lname) from users where lname = 'doe'; +select argument_test_one(users, fname, lname) from users where lname = 'doe' order by 1; -- spi and nested calls -- cgit v1.2.1