[trivial patch] typo in doc/src/sgml/sepgsql.sgml

From: Christoph Berg <cb(at)df7cb(dot)de>
To: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [trivial patch] typo in doc/src/sgml/sepgsql.sgml
Date: 2012-02-15 10:38:51
Message-ID: 20120215103850.GA8348@msgid.df7cb.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml
index e45c258..ee0a255 100644
*** a/doc/src/sgml/sepgsql.sgml
--- b/doc/src/sgml/sepgsql.sgml
*************** UPDATE t1 SET x = 2, y = md5sum(y) WHERE
*** 358,364 ****
</synopsis>

In this case we must have <literal>db_table:select</> in addition to
! <literal>db_table:update</>, because <literal>t1.a</> is referenced
within the <literal>WHERE</> clause. Column-level permissions will also be
checked for each referenced column.
</para>
--- 358,364 ----
</synopsis>

In this case we must have <literal>db_table:select</> in addition to
! <literal>db_table:update</>, because <literal>t1.z</> is referenced
within the <literal>WHERE</> clause. Column-level permissions will also be
checked for each referenced column.
</para>

(It is unclear to me why the same example is cited twice here, but the
text around them is consistent with that.)

Christoph
--
cb(at)df7cb(dot)de | http://www.df7cb.de/

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2012-02-15 10:55:19 Re: Fwd: [HACKERS] client performance v.s. server statistics
Previous Message Zhou Han 2012-02-15 10:19:00 Fwd: [HACKERS] client performance v.s. server statistics