diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2009-11-07 17:21:34 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2009-11-07 17:21:34 +0000 |
commit | fb60af4127c006cb2e945fc1ee461264988ca753 (patch) | |
tree | eca1526f4fa9c4a35feda30ff461560b85ccddad /src | |
parent | f2b7692e7532dde046b70d0761302356cae9af2b (diff) | |
download | postgresql-fb60af4127c006cb2e945fc1ee461264988ca753.tar.gz postgresql-fb60af4127c006cb2e945fc1ee461264988ca753.zip |
Remove ancient text file containing plpgsql installation instructions.
This was long ago superseded by the standard build process and main
SGML documentation.
Diffstat (limited to 'src')
-rw-r--r-- | src/pl/plpgsql/src/INSTALL | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/pl/plpgsql/src/INSTALL b/src/pl/plpgsql/src/INSTALL deleted file mode 100644 index 7a636b1daf4..00000000000 --- a/src/pl/plpgsql/src/INSTALL +++ /dev/null @@ -1,15 +0,0 @@ -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. |