pgsql: Put comments on the installable procedural languages.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Put comments on the installable procedural languages.
Date: 2011-07-03 23:04:20
Message-ID: E1QdVi8-00032W-DP@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Put comments on the installable procedural languages.

Per suggestion from Josh Kupershmidt.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/99e47ed0b2d2c559da813e679260e218f2c1d2ee

Modified Files
--------------
src/pl/plperl/plperl--1.0.sql | 2 ++
src/pl/plperl/plperlu--1.0.sql | 2 ++
src/pl/plpgsql/src/plpgsql--1.0.sql | 2 ++
src/pl/plpython/plpython2u--1.0.sql | 2 ++
src/pl/plpython/plpython3u--1.0.sql | 2 ++
src/pl/plpython/plpythonu--1.0.sql | 2 ++
src/pl/tcl/pltcl--1.0.sql | 2 ++
src/pl/tcl/pltclu--1.0.sql | 2 ++
8 files changed, 16 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-07-04 02:12:40 pgsql: Fix omissions in documentation of the pg_roles view.
Previous Message Robert Haas 2011-07-03 21:47:25 pgsql: Fix bugs in relpersistence handling during table creation.