pgsql: Adjust documentation about pg_pltemplate to reflect latest think

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust documentation about pg_pltemplate to reflect latest think
Date: 2011-03-05 20:34:32
Message-ID: E1PvyBM-0007Jb-C4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust documentation about pg_pltemplate to reflect latest thinking.

It's more likely that pg_pltemplate will go away in the future than
that we'll add additional specialized infrastructure for it.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/0b5d7345925dd0212d4509195a337f1912781af1

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-03-05 21:22:03 pgsql: Add PL extension files to MSVC Install procedure.
Previous Message Tom Lane 2011-03-05 20:13:31 pgsql: Make plpythonu language use plpython2 shared library directly.