What happened to SSL_CIPHERS?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема What happened to SSL_CIPHERS?
Дата
Msg-id 4CCA5C97.7090902@agliodbs.com
обсуждение исходный текст
Ответы Re: What happened to SSL_CIPHERS?
Список pgsql-bugs
Folks,

This doc says we ought to have the ssl_ciphers parameter:

http://www.postgresql.org/docs/9.0/static/runtime-config-connection.html#RUNTIME-CONFIG-CONNECTION-SECURITY

Nor is there anything in the 9.0 release notes about it going away.

Yet:

postgres=# select version();
                                                  version

---------------------------------------------------------------------------------------------------------
  PostgreSQL 9.0.1 on x86_64-unknown-linux-gnu, compiled by GCC gcc
(Ubuntu 4.3.3-5ubuntu4) 4.3.3, 64-bit
(1 row)

postgres=# show ssl_ciphers;
ERROR:  unrecognized configuration parameter "ssl_ciphers"

So, did ssl_ciphers go away on purpose?  If so, why?  If not, why isn't
it accessible?

--
                                   -- Josh Berkus
                                      PostgreSQL Experts Inc.
                                      http://www.pgexperts.com

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #5732: parsing of: "WHERE mycol=123AND ..."
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: What happened to SSL_CIPHERS?