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
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.
|