Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita6b5ddf

Browse files
committed
Document pg_ls_*dir hiding of directories and special files
It's strange that a directory-listing function does not list all entriesin a directory, so let's at least document it. This involvespg_ls_logdirpg_ls_waldirpg_ls_archive_statusdirpg_ls_tmpdirBackpatch as far back as it applies cleanly (and as far as as eachfunction exists). REL_10_STABLE uses different wording, but hopefullypeople are not reading docs so old to write new apps anyway.Author: Justin Pryzby <pryzby@telsasoft.com>Discussion:https://postgr.es/m/20200305161838.GJ684@telsasoft.com
1 parent55978e2 commita6b5ddf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20311,6 +20311,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2031120311
(mtime) of each file in the log directory. By default, only superusers
2031220312
and members of the <literal>pg_monitor</literal> role can use this function.
2031320313
Access may be granted to others using <command>GRANT</command>.
20314+
Filenames beginning with a dot, directories, and other special files are not shown.
2031420315
</para>
2031520316

2031620317
<indexterm>
@@ -20322,6 +20323,7 @@ postgres=# SELECT * FROM pg_walfile_name_offset(pg_stop_backup());
2032220323
default only superusers and members of the <literal>pg_monitor</literal> role
2032320324
can use this function. Access may be granted to others using
2032420325
<command>GRANT</command>.
20326+
Filenames beginning with a dot, directories, and other special files are not shown.
2032520327
</para>
2032620328

2032720329
<indexterm>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp