File: postgresql-8.4-plsh.README.Debian

package info (click to toggle)
postgresql-plsh 1.3-3.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,364 kB
  • ctags: 39
  • sloc: sh: 8,849; ansic: 420; makefile: 62; sql: 30
file content (12 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
PL/sh for Debian
------------------

To install PL/sh in the database of your choice, run

    psql -d DATABASE -f /usr/share/postgresql-8.4-plsh/createlang_pgplsh.sql

as user "postgres".  To remove it, use droplang as usual.  If you
install PL/sh in the database "template1", it will automatically
become available in all subsequently created databases.

 -- Filipe Lautert <filipe@icewall.org>, 24 Mar 2008