pgsql: docs: remove unnecessary references to old PG versions

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: docs: remove unnecessary references to old PG versions
Date: 2014-02-24 17:56:44
Message-ID: E1WHzlk-0004C1-CV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

docs: remove unnecessary references to old PG versions

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6f14a6f703a26ec12f4da6f53f107dd260fbb9db

Modified Files
--------------
doc/src/sgml/datatype.sgml | 19 ++-----------------
doc/src/sgml/ddl.sgml | 12 ++++--------
doc/src/sgml/extend.sgml | 10 ----------
doc/src/sgml/func.sgml | 23 ++++-------------------
doc/src/sgml/libpq.sgml | 9 ---------
doc/src/sgml/pgrowlocks.sgml | 3 +--
doc/src/sgml/plpgsql.sgml | 5 ++---
doc/src/sgml/plpython.sgml | 11 +++++------
doc/src/sgml/ref/create_cast.sgml | 11 -----------
doc/src/sgml/ref/create_table_as.sgml | 12 ++----------
doc/src/sgml/ref/pg_config-ref.sgml | 15 ---------------
doc/src/sgml/ref/reindex.sgml | 13 -------------
doc/src/sgml/ref/select_into.sgml | 9 +++------
doc/src/sgml/rules.sgml | 4 ----
doc/src/sgml/storage.sgml | 3 +--
doc/src/sgml/xfunc.sgml | 8 +++-----
16 files changed, 27 insertions(+), 140 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-02-24 18:04:57 pgsql: Increase work_mem and maintenance_work_mem defaults by 4x
Previous Message Bruce Momjian 2014-02-24 17:45:01 pgsql: psql: add separate \d display for disabled system triggers