]> granicus.if.org Git - postgresql/commit
PL/Python DO handler
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 22 Jan 2010 15:45:15 +0000 (15:45 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 22 Jan 2010 15:45:15 +0000 (15:45 +0000)
commitadb77640304a375883eaaec9eb9b21036c2be0bd
tree3f143de99489c23d970af045ee73596f3d17e4bf
parent306a4287c3503bdd3c3e490d80508e00e1708c02
PL/Python DO handler

Also cleaned up some redundancies between the primary error messages and the
error context in PL/Python.

Hannu Valtonen
doc/src/sgml/plpython.sgml
src/include/catalog/catversion.h
src/include/catalog/pg_pltemplate.h
src/pl/plpython/Makefile
src/pl/plpython/expected/plpython_do.out [new file with mode: 0644]
src/pl/plpython/expected/plpython_error.out
src/pl/plpython/plpython.c
src/pl/plpython/sql/plpython_do.sql [new file with mode: 0644]