Home
last modified time | relevance | path

Searched refs:plpython_call_handler (Results 1 – 25 of 490) sorted by relevance

12345678910>>...20

/dports/databases/postgresql14-pltcl/postgresql-14.1/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql14-server/postgresql-14.1/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql14-plperl/postgresql-14.1/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql14-docs/postgresql-14.1/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql14-plpython/postgresql-14.1/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql13-plpython/postgresql-13.5/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql14-contrib/postgresql-14.1/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql14-client/postgresql-14.1/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql13-server/postgresql-13.5/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql13-contrib/postgresql-13.5/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql13-client/postgresql-13.5/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql13-docs/postgresql-13.5/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql13-plperl/postgresql-13.5/src/pl/plpython/
H A Dplpythonu--1.0.sql3 CREATE FUNCTION plpython_call_handler() RETURNS language_handler function
13 HANDLER plpython_call_handler
/dports/databases/postgresql96-server/postgresql-9.6.24/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()
/dports/databases/postgresql10-client/postgresql-10.19/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()
/dports/databases/postgresql10-docs/postgresql-10.19/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()
/dports/databases/postgresql10-server/postgresql-10.19/src/pl/plpython/
H A Dplpy_main.c38 #define plpython_call_handler plpython3_call_handler macro
47 PG_FUNCTION_INFO_V1(plpython_call_handler);
220 plpython_call_handler(PG_FUNCTION_ARGS) in plpython_call_handler() function
290 return plpython_call_handler(fcinfo); in plpython2_call_handler()

12345678910>>...20