RosettaCodeData/Lang/PL-pgSQL/00-LANG.txt

3 lines
288 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
{{stub}}{{language|PL/pgSQL
|site=http://www.postgresql.org/docs/current/static/plpgsql.html}}
PL/pgSQL (Procedural Language/PostgreSQL Structured Query Language) is a full featured procedural language supported by the PostgreSQL ORDBMS. It closely resembles Oracle's [[PL/SQL]] language.