8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5d0029 commit 5b1b6bfCopy full SHA for 5b1b6bf
doc/src/sgml/func.sgml
@@ -17851,7 +17851,7 @@ postgres=# SELECT * FROM pg_xlogfile_name_offset(pg_stop_backup());
17851
17852
<para>
17853
All of these functions take an optional <parameter>missing_ok</> parameter,
17854
- which specifies the behaviour when the file or directory does not exist.
+ which specifies the behavior when the file or directory does not exist.
17855
If <literal>true</literal>, the function returns NULL (except
17856
<function>pg_ls_dir</>, which returns an empty result set). If
17857
<literal>false</>, an error is raised. The default is <literal>false</>.
0 commit comments