PostgreSQL Question:

What are the languages which PostgreSQL supports?

PostgreSQL Interview Question
PostgreSQL Interview Question

Answer:

Some of the languages which PostgreSQL supports are as follows: -
It supports a language of its own known as PL/pgSQL and it supports internal procedural languages. Pl/pgSQL can be compared to oracle, PL/SQL, etc. Languages such as Perl, Python, TCL can be used as embedded languages.


Previous QuestionNext Question
How to check whether PostgreSQL server is up and running?Explain about the command enable debug?