pgsql: Warn that views can be safely used to hide columns, but not rows

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Warn that views can be safely used to hide columns, but not rows
Date: 2010-10-08 13:18:47
Message-ID: E1P4CqV-0007q3-3K@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Warn that views can be safely used to hide columns, but not rows.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=444a72652145b8ea3f1814197a267a6342d9d88f

Modified Files
--------------
doc/src/sgml/ref/create_view.sgml | 10 ++++---
doc/src/sgml/rules.sgml | 52 ++++++++++++++++++++++++++++++++-----
2 files changed, 51 insertions(+), 11 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2010-10-08 13:19:32 pgsql: Warn that views can be safely used to hide columns, but not rows
Previous Message Robert Haas 2010-10-08 13:18:46 pgsql: Warn that views can be safely used to hide columns, but not rows