sources.sgml typo

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема sources.sgml typo
Дата
Msg-id 20161030.213045.270040999906572749.t-ishii@sraoss.co.jp
обсуждение исходный текст
Ответы Re: sources.sgml typo  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
In doc/src/sgml/sources.sgml:

When the definition an inline function references symbols
(i.e. variables, functions) that are only available as part of the
backend, the function may not be visible when included from frontend
code.

Shinichi Matsuda reported that there should be "of" between
"definition" and "an inline function" and I think he is right. Patch
attached. If there's no objection, I will commit it.

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp
diff --git a/doc/src/sgml/sources.sgml b/doc/src/sgml/sources.sgml
index d132ee4..877fced 100644
--- a/doc/src/sgml/sources.sgml
+++ b/doc/src/sgml/sources.sgml
@@ -898,7 +898,7 @@ BETTER: unrecognized node type: 42     expressions of various types need to be passed to the macro.
  </para>    <para>
 
-     When the definition an inline function references symbols
+     When the definition of an inline function references symbols     (i.e. variables, functions) that are only
availableas part of the     backend, the function may not be visible when included from frontend     code. 

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

Предыдущее
От: Franck Verrot
Дата:
Сообщение: Re: Mention column name in error messages
Следующее
От: Andres Freund
Дата:
Сообщение: Re: sources.sgml typo