Basic Installation
==================

1. Change the PostgreSQL source and lib path in Makefile:

    For example:
	POSTGRES_SOURCES = /opt/postgresql-7.3/src
        POSTGRES_LIBS=/usr/local/pgsql/lib

2.Type `make' to compile the package.

3. Type `make install' to install the library.
    When make finishes, plpq.sql file will be created in this directory, 
    and can be used to register plpq functions on the server.

4. You can remove the program binaries and object files from the
     source code directory by typing `make clean'.  

