Difference between revisions of "PL/pgSQL"
Jump to navigation
Jump to search
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
* https://www.postgresql.org/docs/15/plpgsql-development-tips.html | * https://www.postgresql.org/docs/15/plpgsql-development-tips.html | ||
| − | plpgsql | + | plpgsql |
| − | {{psql}} | + | [[SELECT * FROM pg_extension;]] |
| + | |||
| + | == See also == | ||
| + | * {{create extension}} | ||
| + | * {{psql}} | ||
| + | |||
| + | [[Category:psql]] | ||
Latest revision as of 14:56, 19 December 2024
plpgsql
SELECT * FROM pg_extension;
See also[edit]
CREATE EXTENSION pg_stat_statements, postgis, timescaledb, ~/brew/share/postgresql@17/extension/- PostgreSQL:
psql,.psqlrc, .pgpass,$HOME/.pg service.conf,-U, -W, -d, meta-commands:\du, \dg, \ddp, \dp, \list, \dn, \dt, \c, \l, \di, \q,show users,show,su - postgres,psql -c, \?, \connect, \conninfo,--version, --help, PL/pgSQL
Advertising: