freebsd-ports/databases/postgresql15-server/pkg-plist-plpython
Palle Girgensohn 31290cc355 databases/postgresql15-server: update to 15beta5
This release contains previews of all features that will be available
when PostgreSQL 15 is made generally available, though some details of
the release can change during the beta period.

To upgrade to PostgreSQL 15 Beta 4 from an earlier beta or previous
version of PostgreSQL, you will need to use a strategy similar to
upgrading between major versions of PostgreSQL (e.g. pg_upgrade or
pg_dump / pg_restore). For more information, please visit the
documentation section on upgrading.

URL:		https://www.postgresql.org/about/news/postgresql-15-beta-4-released-2507/
Release notes:	https://www.postgresql.org/docs/15/release-15.html
2022-09-08 15:49:56 +02:00

32 lines
1.3 KiB
Plaintext

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
%%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