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.
4 lines
236 B
Text
4 lines
236 B
Text
PL/Tcl is a dynamic loadable extension for the PostgreSQL database system
|
|
that enables the Tcl language to be used to create functions and
|
|
trigger-procedures. It offers most of the capabilities a function
|
|
writer has in the C language.
|