⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

PostgreSQL is the name of the RDBMS itself, not the language. PostgreSQL, as other RDBMSs use SQL, period. The only languages this RDBMS uses that has a different, 'exclusive' name are the procedural ones, such as PL/PgSQL, PL/Perl, PL/Python, and so on... Refer to 'Procedural Languages' section on PostgreSQL documentation [http://www.postgresql.org/docs/8.2/interactive/xplang.html] for more information.