pgsql: Document pg_ls_*dir hiding of directories and special files

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Document pg_ls_*dir hiding of directories and special files
Дата
Msg-id E1jDy21-0001rM-FD@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Document pg_ls_*dir hiding of directories and special files

It's strange that a directory-listing function does not list all entries
in a directory, so let's at least document it.  This involves

pg_ls_logdir
pg_ls_waldir
pg_ls_archive_statusdir
pg_ls_tmpdir

Backpatch as far back as it applies cleanly (and as far as as each
function exists).  REL_10_STABLE uses different wording, but hopefully
people 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

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/a6b5ddf64ce24532c69a24f1b3e13dbaa81ccbba

Modified Files
--------------
doc/src/sgml/func.sgml | 2 ++
1 file changed, 2 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Update comment
Следующее
От: Peter Geoghegan
Дата:
Сообщение: pgsql: nbtree: Fix obsolete _bt_search() comment.