pgsql: doc: Update wording about direct system catalog manipulation

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: doc: Update wording about direct system catalog manipulation
Date: 2016-06-07 18:19:25
Message-ID: E1bALb3-0008S7-Dz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

doc: Update wording about direct system catalog manipulation

It was previously suggested that "esoteric" operations such as creating
a new access method would require direct manipulation of the system
catalogs, but that example has gone away, and I can't think of a new one
to replace it, so just put in some weasel wording.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/catalogs.sgml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-06-07 21:21:31 pgsql: Revert "Use Foreign Key relationships to infer multi-column join
Previous Message Simon Riggs 2016-06-07 16:36:41 pgsql: Correct phrasing in dsm.c comments