Skip to content

Instantly share code, notes, and snippets.

@zeroDivisible
Forked from Randommood/pg extensions
Created October 24, 2013 15:56
Show Gist options
  • Save zeroDivisible/7139857 to your computer and use it in GitHub Desktop.
Save zeroDivisible/7139857 to your computer and use it in GitHub Desktop.
postgres=# \dx
List of installed extensions
Name | Version | Schema | Description
---------+---------+------------+------------------------------
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
(1 row)
postgres=# \dx+
Objects in extension "plpgsql"
Object Description
-------------------------------------------
function plpgsql_call_handler()
function plpgsql_inline_handler(internal)
function plpgsql_validator(oid)
language plpgsql
(4 rows)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment