8ecbf81f41
PostgreSQL 13 contains many new features and enhancements, including: * Space savings and performance gains from de-duplication of B-tree index entries * Improved performance for queries that use aggregates or partitioned tables * Better query planning when using extended statistics * Parallelized vacuuming of indexes * Incremental sorting
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.
|