projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ec81ac
)
Fix typo in sources.sgml.
author
Tatsuo Ishii
<
[email protected]
>
Sun, 30 Oct 2016 22:30:46 +0000
(07:30 +0900)
committer
Tatsuo Ishii
<
[email protected]
>
Sun, 30 Oct 2016 22:33:00 +0000
(07:33 +0900)
Per Shinichi Matsuda.
doc/src/sgml/sources.sgml
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/sources.sgml
b/doc/src/sgml/sources.sgml
index d132ee4a2edeeb801cf5880c767a7a4cd6deeda6..877fcedbb3a31e68387a33a6e0a6b9fc77f3c0b1 100644
(file)
--- 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 available as part of the
backend, the function may not be visible when included from frontend
code.