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