Commit fb60af41 authored by Tom Lane's avatar Tom Lane

Remove ancient text file containing plpgsql installation instructions.

This was long ago superseded by the standard build process and main
SGML documentation.
parent f2b7692e
Installation of PL/pgSQL
1) Type 'make' to build the shared plpgsql object.
2) Type 'make install' to install the shared object in
the PostgreSQL library directory.
3) Declare the PL/pgSQL procedural language in your
database by running the createlang script:
createlang plpgsql DBNAME
If you declare the language in the template1 database,
any subsequently created database will have PL/pgSQL
support installed automatically.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment