PostgreSQL Source Code
git master
|
Go to the source code of this file.
Functions | |
PyMODINIT_FUNC | PyInit_plpy (void) |
void | PLy_init_plpy (void) |
Variables | |
HTAB * | PLy_spi_exceptions |
void PLy_init_plpy | ( | void | ) |
Definition at line 140 of file plpy_plpymodule.c.
References ERROR, PLy_cursor_init_type(), PLy_elog, PLy_module, PLy_plan_init_type(), PLy_result_init_type(), and PLy_subtransaction_init_type().
Referenced by PLy_initialize().
PyMODINIT_FUNC PyInit_plpy | ( | void | ) |
Definition at line 126 of file plpy_plpymodule.c.
References PLy_add_exceptions(), and PLy_module.
Referenced by PLy_initialize().
|
extern |
Definition at line 20 of file plpy_plpymodule.c.
Referenced by PLy_add_exceptions(), PLy_commit(), PLy_generate_spi_exceptions(), PLy_rollback(), and PLy_spi_subtransaction_abort().