| 892 | * https://wiki.debian.org/PostgreSql |
| 893 | ==== Timing ==== |
| 894 | * [http://www.postgresql.org/message-id/4D9EABDD.1060102@limsi.fr Re: What does \timing measure?] |
| 895 | * http://www.postgresql.org/docs/9.4/static/runtime-config-statistics.html |
| 896 | * http://stackoverflow.com/questions/17653884/postgres-query-execution-time |
| 897 | * http://stackoverflow.com/questions/9063402/get-execution-time-of-postgresql-query |
| 898 | ==== Procedural Language ==== |
| 899 | * https://wiki.postgresql.org/wiki/PL_Matrix |
| 900 | * PL/pgSQL |
| 901 | * Included in postgresql~ basic Debian Package |
| 902 | * http://www.postgresql.org/docs/9.3/static/plpgsql.html |
| 903 | * https://en.wikipedia.org/wiki/PL/pgSQL |
| 904 | * http://postgres.cz/wiki/PL/pgSQL_(en) |
| 905 | * [DebianPackage:postgresql-plpython-9.4] more stable and more popular that PL/Lua |
| 906 | * [DebianPackage:postgresql-plpython3-9.4] |
| 907 | * [DebianPackage:postgresql-9.4-pllua] https://github.com/pllua/pllua http://wiki.alpinelinux.org/wiki/Pllua |
| 908 | * [DebianPackage:postgresql-pltcl-9.4] |
| 909 | * [DebianPackage:postgresql-9.4-plsh] |
| 910 | ==== Feature Lists ==== |