Re: pg_hba_file_settings view patch
От | Alvaro Herrera |
---|---|
Тема | Re: pg_hba_file_settings view patch |
Дата | |
Msg-id | 20161027171707.xinbr57gbyepn73r@alvherre.pgsql обсуждение исходный текст |
Ответ на | Re: pg_hba_file_settings view patch (Greg Stark <stark@mit.edu>) |
Ответы |
Re: pg_hba_file_settings view patch
|
Список | pgsql-hackers |
Greg Stark wrote: > The fundamental problem is that the pga_hba.conf file has some bits of > complex structure that aren't easily captured by linear arrays. The > problem I struggled with most was the keywords like "all", "samerole", > and "replication". A simple array of text makes it awkward to > distinguish those keywords from the quoted text values with the same > content. And then there are the ldap options which naturally would be > a data type like json or htab. Hmm I thought we had decided that such keywords would live in separate arrays, i.e. you have one array for plain names and another array for keyword stuff. Then it's not ambiguous anymore. -- Álvaro Herrera https://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
В списке pgsql-hackers по дате отправления: