Re: Why can't we used CAPITAL LETTERS into replication slot_name?

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Why can't we used CAPITAL LETTERS into replication slot_name?
Дата
Msg-id 20150925120452.GC18220@awork2.anarazel.de
обсуждение исходный текст
Ответ на Why can't we used CAPITAL LETTERS into replication slot_name?  (Rushabh Lathia <rushabh.lathia@gmail.com>)
Ответы Re: Why can't we used CAPITAL LETTERS into replication slot_name?  (Rushabh Lathia <rushabh.lathia@gmail.com>)
Список pgsql-hackers
Hi,

On 2015-09-25 17:32:39 +0530, Rushabh Lathia wrote:
> I am just wondering why pg_create_physical_replication_slot() can't take
> CAPITAL LETTERS into slot_name ?

Windows. And OSX. Specifically case-insensitive filenames.

> If its by design then was should atleast change the hint into
> ReplicationSlotValidateName() which says: "Replication slot names may only
> contain letters, numbers, and the underscore character."

We could add a 'lower case' in there.

Greetings,

Andres Freund



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

Предыдущее
От: Rushabh Lathia
Дата:
Сообщение: Why can't we used CAPITAL LETTERS into replication slot_name?
Следующее
От: Rushabh Lathia
Дата:
Сообщение: Re: Why can't we used CAPITAL LETTERS into replication slot_name?