Commit 5b1b6bf4 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Use American spelling for "behavior".

For consistency with the rest of the docs.

Michael Paquier
parent d5d00294
...@@ -17851,7 +17851,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup()); ...@@ -17851,7 +17851,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
<para> <para>
All of these functions take an optional <parameter>missing_ok</> parameter, All of these functions take an optional <parameter>missing_ok</> parameter,
which specifies the behaviour 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 If <literal>true</literal>, the function returns NULL (except
<function>pg_ls_dir</>, which returns an empty result set). If <function>pg_ls_dir</>, which returns an empty result set). If
<literal>false</>, an error is raised. The default is <literal>false</>. <literal>false</>, an error is raised. The default is <literal>false</>.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment