postgresql/src/pl/plpython
Tom Lane 669ca7af83 Another try at making plpython autoconfiguration work correctly. Use a
-L spec rather than assuming libpython is in the standard search path
(this returns to the way 7.4 did it).  But check the distutils output
to see if it looks like Python has built a shared library, and if so
link with that instead of the probably-not-shared library found in
configdir.
2004-10-11 19:32:19 +00:00
..
error.expected Update to match error editing. 2003-07-26 00:02:02 +00:00
feature.expected Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
Makefile Another try at making plpython autoconfiguration work correctly. Use a 2004-10-11 19:32:19 +00:00
plpython.c Add defenses against plpython functions being declared to take or return 2004-09-19 23:38:21 +00:00
plpython_depopulate.sql Add plpython code. 2001-05-09 19:54:38 +00:00
plpython_deschema.sql Add plpython code. 2001-05-09 19:54:38 +00:00
plpython_drop.sql Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
plpython_error.sql > I've worked with the Pl/Python code in the past and will see about removing 2003-06-25 01:18:58 +00:00
plpython_function.sql Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
plpython_populate.sql Add plpython code. 2001-05-09 19:54:38 +00:00
plpython_schema.sql I have attached two patches as per: 2002-10-14 04:20:52 +00:00
plpython_setof.sql Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
plpython_test.sql PL/Python should build portably now, if you can get over the fact that 2001-05-12 17:49:32 +00:00
test.sh Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00
TODO Rename plpython to plpythonu, and update documentation to reflect its 2003-06-30 18:31:42 +00:00