eee51a9821
PostgreSQL 11 provides users with improvements to overall performance of the database system, with specific enhancements associated with very large databases and high computational workloads. Further, PostgreSQL 11 makes significant improvements to the table partitioning system, adds support for stored procedures capable of transaction management, improves query parallelism and adds parallelized data definition capabilities, and introduces just-in-time (JIT) compilation for accelerating the execution of expressions in queries.
5 lines
288 B
Text
5 lines
288 B
Text
PL/Perl allows you to write functions in the Perl programming language
|
|
that may be used in SQL queries as if they were built into Postgres.
|
|
The PL/Perl intepreter is a full Perl interpreter. However, certain
|
|
operations have been disabled in order to maintain the security of the
|
|
system.
|