projects
/
postgresql
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1d273e
)
Use American spelling for "behavior".
author
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Thu, 2 Jul 2015 09:11:32 +0000
(12:11 +0300)
committer
Heikki Linnakangas
<heikki.linnakangas@iki.fi>
Thu, 2 Jul 2015 09:15:28 +0000
(12:15 +0300)
For consistency with the rest of the docs.
Michael Paquier
doc/src/sgml/func.sgml
patch
|
blob
|
history
diff --git
a/doc/src/sgml/func.sgml
b/doc/src/sgml/func.sgml
index d49cd4342822ff12ce545812e9fd59964631be1e..99923f46bcaf292cf4acd2c1ec16eb960aa91933 100644
(file)
--- a/
doc/src/sgml/func.sgml
+++ b/
doc/src/sgml/func.sgml
@@
-17851,7
+17851,7
@@
postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<para>
All of these functions take an optional <parameter>missing_ok</> parameter,
- which specifies the behavio
u
r when the file or directory does not exist.
+ which specifies the behavior when the file or directory does not exist.
If <literal>true</literal>, the function returns NULL (except
<function>pg_ls_dir</>, which returns an empty result set). If
<literal>false</>, an error is raised. The default is <literal>false</>.