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

Поиск
Список
Период
Сортировка
От Christoph Berg
Тема [trivial patch] typo in doc/src/sgml/sepgsql.sgml
Дата
Msg-id 20120215103850.GA8348@msgid.df7cb.de
обсуждение исходный текст
Ответы Re: [trivial patch] typo in doc/src/sgml/sepgsql.sgml  (Robert Haas <robertmhaas@gmail.com>)
Список 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-levelpermissions 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-levelpermissions 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@df7cb.de | http://www.df7cb.de/

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Different gettext domain needed for error context
Следующее
От: Kohei KaiGai
Дата:
Сообщение: Re: [v9.2] LEAKPROOF attribute of FUNCTION (Re: [v9.2] Fix Leaky View Problem)