Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5b1b6bf

Browse files
committed
Use American spelling for "behavior".
For consistency with the rest of the docs. Michael Paquier
1 parent d5d0029 commit 5b1b6bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/func.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17851,7 +17851,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
1785117851

1785217852
<para>
1785317853
All of these functions take an optional <parameter>missing_ok</> parameter,
17854-
which specifies the behaviour when the file or directory does not exist.
17854+
which specifies the behavior when the file or directory does not exist.
1785517855
If <literal>true</literal>, the function returns NULL (except
1785617856
<function>pg_ls_dir</>, which returns an empty result set). If
1785717857
<literal>false</>, an error is raised. The default is <literal>false</>.

0 commit comments

Comments
 (0)