Skip to content

Instantly share code, notes, and snippets.

@objectsyndicate
Created December 11, 2011 07:59
Show Gist options
  • Save objectsyndicate/1459244 to your computer and use it in GitHub Desktop.
Save objectsyndicate/1459244 to your computer and use it in GitHub Desktop.
PostgreSQL Create Language post 3
-bash-3.2$ psql
Password:
[user@server ~]$ psql -U pltcltest
Password for user pltcltest:
Welcome to psql 8.3.11, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
pltcltest=> create language plperl;
CREATE LANGUAGE
pltcltest=> create language pltcl;
CREATE LANGUAGE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment