Port details |
- postgresql16-plpython Module for using Python to write SQL functions
- 16.1 databases
=0 16.b1Version of this port present on the latest quarterly branch. - Maintainer: pgsql@FreeBSD.org
 - Port Added: 2023-07-05 14:15:11
- Last Update: 2023-07-05 14:11:39
- Commit Hash: 4ee225f
- Also Listed In: python
- License: PostgreSQL
- WWW:
- https://www.postgresql.org/
- Description:
- PostgreSQL is a sophisticated Object-Relational DBMS, supporting
almost all SQL constructs, including subselects, transactions, and
user-defined types and functions. It is the most advanced open-source
database available anywhere. Commercial Support is also available.
The original Postgres code was the effort of many graduate students,
undergraduate students, and staff programmers working under the direction of
Professor Michael Stonebraker at the University of California, Berkeley. In
1995, Andrew Yu and Jolly Chen took on the task of converting the DBMS query
language to SQL and created a new database system which came to known as
Postgres95. Many others contributed to the porting, testing, debugging and
enhancement of the Postgres95 code. As the code improved, and 1995 faded into
memory, PostgreSQL was born.
PostgreSQL development is presently being performed by a team of Internet
developers who are now responsible for all current and future development. The
development team coordinator is Marc G. Fournier (scrappy@PostgreSQL.ORG).
Support is available from the PostgreSQL developer/user community through the
support mailing list (questions@PostgreSQL.ORG).
PostgreSQL is free and the complete source is available.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- postgresql16-plpython>0:databases/postgresql16-plpython
- Conflicts:
- CONFLICTS:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/databases/postgresql16-plpython/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/postgresql16-plpython
- pkg install postgresql16-plpython
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: postgresql16-plpython
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1699348859
SHA256 (postgresql/postgresql-16.1.tar.bz2) = ce3c4d85d19b0121fe0d3f8ef1fa601f71989e86f8a66f7dc3ad546dd5564fec
SIZE (postgresql/postgresql-16.1.tar.bz2) = 24605482
Packages (timestamps in pop-ups are UTC):
- Master port: databases/postgresql16-server
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- postgres : databases/postgresql16-server
- python3.9 : lang/python39
- gmake>=4.3 : devel/gmake
- Test dependencies:
-
- python3.9 : lang/python39
- Runtime dependencies:
-
- postgres : databases/postgresql16-server
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- databases_postgresql16-plpython
- USES:
- pgsql:16 python tar:bzip2 cpe gmake
- pkg-message:
- For install:
- PL/Python has been installed. Check the createlang(l) manpage for more
info. You can install PL/Python by using "createlang plpythonu" (it
exists as an untrusted language only).
- Master Sites:
|