~vcs-imports/mammoth-replicator/trunk

« back to all changes in this revision

Viewing changes to src/pl/plpgsql/src/INSTALL

  • Committer: alvherre
  • Date: 2005-12-16 21:24:52 UTC
  • Revision ID: svn-v4:db760fc0-0f08-0410-9d63-cc6633f64896:trunk:1
Initial import of the REL8_0_3 sources from the Pgsql CVS repository.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Installation of PL/pgSQL
 
2
 
 
3
1)      Type 'make' to build the shared plpgsql object.
 
4
 
 
5
2)      Type 'make install' to install the shared object in
 
6
        the PostgreSQL library directory.
 
7
 
 
8
3)      Declare the PL/pgSQL procedural language in your
 
9
        database by running the createlang script:
 
10
 
 
11
                createlang plpgsql DBNAME
 
12
 
 
13
        If you declare the language in the template1 database,
 
14
        any subsequently created database will have PL/pgSQL
 
15
        support installed automatically.