db8cb73458
Major enhancements in PostgreSQL 10 include: Logical replication using publish/subscribe Declarative table partitioning Improved query parallelism Significant general performance improvements Stronger password authentication based on SCRAM-SHA-256 Improved monitoring and control The above items are explained in more detail in the sections below.
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.
|