head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	98.08.24.19.14.17;	author momjian;	state dead;
branches;
next	1.1;

1.1
date	98.08.22.12.38.30;	author momjian;	state Exp;
branches;
next	;


desc
@@


1.2
log
@move plpgsql to src/pl for Jan.
@
text
@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

		psql dbname <mklang.sql

	If the PostgreSQL library directory is different from
	/usr/local/pgsql/lib you must edit mklang.sql prior.

	If you declare the language in the template1 database,
	any subsequently created database will have PL/pgSQL
	support installed automatically.



@


1.1
log
@    As  proposed,  here  is  the current version of PL/pgSQL. The
    test isn't that complete up to now,  but  I  think  it  shows
    enough of the capabilities of the module.

    The  Makefile  assumes  it  is  located  in a directory under
    pgsql/src/pl.   Since   it   includes   Makefile.global   and
    Makefile.port  and doesn't use any own compiler/linker calls,
    it should build on most of our supported  platforms  (I  only
    tested  under Linux up to now).  It requires flex and bison I
    think. Maybe we should ship prepared gram.c etc. like for the
    main parser too?


Jan
@
text
@@

