diff options
| author | Peter Eisentraut <peter_e@gmx.net> | 2001-05-12 17:49:32 +0000 |
|---|---|---|
| committer | Peter Eisentraut <peter_e@gmx.net> | 2001-05-12 17:49:32 +0000 |
| commit | bbc3920fe9fdefbb16096fd72114d262168fff4e (patch) | |
| tree | cbbd6c2cfc0e0e0b51c03c207cbf4d3852057452 /src/pl/plpython/plpython_test.sql | |
| parent | 02549a2d2c6a7ffc6188fc113c695886308ecfa5 (diff) | |
| download | postgresql-bbc3920fe9fdefbb16096fd72114d262168fff4e.tar.gz | |
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.
Diffstat (limited to 'src/pl/plpython/plpython_test.sql')
| -rw-r--r-- | src/pl/plpython/plpython_test.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
