diff options
Diffstat (limited to 'databases/postgresql18-server/pkg-plist-plpython')
-rw-r--r-- | databases/postgresql18-server/pkg-plist-plpython | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/databases/postgresql18-server/pkg-plist-plpython b/databases/postgresql18-server/pkg-plist-plpython new file mode 100644 index 000000000000..23631de669b7 --- /dev/null +++ b/databases/postgresql18-server/pkg-plist-plpython @@ -0,0 +1,32 @@ +include/postgresql/server/plpy_cursorobject.h +include/postgresql/server/plpy_elog.h +include/postgresql/server/plpy_exec.h +include/postgresql/server/plpy_main.h +include/postgresql/server/plpy_planobject.h +include/postgresql/server/plpy_plpymodule.h +include/postgresql/server/plpy_procedure.h +include/postgresql/server/plpy_resultobject.h +include/postgresql/server/plpy_spi.h +include/postgresql/server/plpy_subxactobject.h +include/postgresql/server/plpy_typeio.h +include/postgresql/server/plpy_util.h +include/postgresql/server/plpython.h +include/postgresql/server/plpython_system.h +%%DOCSDIR%%/README-plpython +%%PYTHON2%%lib/postgresql/plpython2.so +%%PYTHON3%%lib/postgresql/plpython3.so +%%PYTHON2%%%%DATADIR%%/extension/plpython2u--1.0.sql +%%PYTHON2%%%%DATADIR%%/extension/plpython2u.control +%%PYTHON3%%%%DATADIR%%/extension/plpython3u--1.0.sql +%%PYTHON3%%%%DATADIR%%/extension/plpython3u.control +%%PYTHON2%%%%DATADIR%%/extension/plpythonu--1.0.sql +%%PYTHON2%%%%DATADIR%%/extension/plpythonu.control +lib/postgresql/hstore_plpython3.so +lib/postgresql/jsonb_plpython3.so +lib/postgresql/ltree_plpython3.so +%%DATADIR%%/extension/hstore_plpython3u--1.0.sql +%%DATADIR%%/extension/hstore_plpython3u.control +%%DATADIR%%/extension/jsonb_plpython3u--1.0.sql +%%DATADIR%%/extension/jsonb_plpython3u.control +%%DATADIR%%/extension/ltree_plpython3u--1.0.sql +%%DATADIR%%/extension/ltree_plpython3u.control |