Re: pg_ls_tmpdir()

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: pg_ls_tmpdir()
Дата
Msg-id 20181001154507.6msg6qlbefxg2kpx@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: pg_ls_tmpdir()  (Laurenz Albe <laurenz.albe@cybertec.at>)
Ответы Re: pg_ls_tmpdir()
Список pgsql-hackers
Hi,

On 2018-09-26 22:36:03 +0200, Laurenz Albe wrote:
> 2. There already are functions "pg_ls_logdir" and "pg_ls_waldir",
>    and I can imagine new requests, e.g. pg_ls_datafiles() to list the
>    data files in a database directory.
> 
>    It may make sense to have a generic function like
> 
>       pg_ls_dir(dirname text, tablespace oid)
> 
>    instead.  But maybe that's taking it too far...

There's a generic pg_ls_dir() already - I'm now sure why a generic
function would take the tablespace oid however?

Greetings,

Andres Freund


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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: pg_ls_tmpdir(); AND, Function for listing archive_statusdirectory
Следующее
От: Justin Pryzby
Дата:
Сообщение: Re: buildfarm and git pull