pgsql: Fix obsolete references to old-style contrib installation method

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix obsolete references to old-style contrib installation method
Date: 2011-02-14 06:11:13
Message-ID: E1PoreT-0005gl-9M@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix obsolete references to old-style contrib installation methods.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f1fb4b0e63a677cdc86de667c75142b88a4edb65

Modified Files
--------------
doc/src/sgml/contrib-spi.sgml | 15 +++++++----
doc/src/sgml/contrib.sgml | 47 ++++++++++++++++++++---------------
doc/src/sgml/dict-int.sgml | 4 +-
doc/src/sgml/dict-xsyn.sgml | 4 +-
doc/src/sgml/earthdistance.sgml | 2 +-
doc/src/sgml/hstore.sgml | 6 ----
doc/src/sgml/pgstatstatements.sgml | 2 +-
doc/src/sgml/tablefunc.sgml | 4 ++-
doc/src/sgml/test-parser.sgml | 4 +-
doc/src/sgml/tsearch2.sgml | 2 +-
doc/src/sgml/unaccent.sgml | 2 +-
11 files changed, 50 insertions(+), 42 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-02-15 00:10:52 pgsql: Add version-sensitive SQL for psql when constraints NOT VALID
Previous Message Tom Lane 2011-02-14 04:43:19 pgsql: Remove no-longer-needed special case hacks in MSVC build scripts