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:19:32
Message-ID: E1P4CrE-0007qk-H2@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_1_STABLE

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

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 User Andrewd 2010-10-08 13:28:06 pgbuildfarm - client-code: Support using git-cvsserver for clients
Previous Message Robert Haas 2010-10-08 13:18:47 pgsql: Warn that views can be safely used to hide columns, but not rows