pgsql: Install server-side language PL/pgSQL by default.

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Install server-side language PL/pgSQL by default.
Date: 2009-12-18 21:28:42
Message-ID: 20091218212842.74660753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Install server-side language PL/pgSQL by default.

Modified Files:
--------------
pgsql/doc/src/sgml:
installation.sgml (r1.333 -> r1.334)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.333&r2=1.334)
pgsql/src/bin/initdb:
initdb.c (r1.179 -> r1.180)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/initdb/initdb.c?r1=1.179&r2=1.180)
pgsql/src/bin/pg_dump:
pg_dump.c (r1.556 -> r1.557)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_dump.c?r1=1.556&r2=1.557)
pgsql/src/test/regress:
GNUmakefile (r1.79 -> r1.80)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/GNUmakefile?r1=1.79&r2=1.80)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2009-12-18 21:37:39 pgsql: Fix link that doesn't work in standalone INSTALL document.
Previous Message Tom Lane 2009-12-18 18:45:50 pgsql: Force the TZ environment variable to be set during initdb.