"current directory" in a server error message

Поиск
Список
Период
Сортировка
От Kyotaro Horiguchi
Тема "current directory" in a server error message
Дата
Msg-id 20230316.111646.1564684434328830712.horikyota.ntt@gmail.com
обсуждение исходный текст
Ответы Re: "current directory" in a server error message
Список pgsql-hackers
Hello.

When I ran pg_ls_dir('..'), the error message I received was somewhat
difficult to understand.

postgres=> select * from pg_ls_dir('..');
ERROR:  path must be in or below the current directory

As far as I know the concept of a "current directory" doesn't apply to
the server side. In fact, the function comment for
convert_and_check_filename explicitly states that:

> * Filename may be absolute or relative to the DataDir

Thus I think that the message should read "path must be in or below
the data directory" instead.

What do you think about making this change?

regards.

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

Вложения

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