Re: BUG #11829: pgcrypto doc bug

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: BUG #11829: pgcrypto doc bug
Дата
Msg-id 9714.1414702244@sss.pgh.pa.us
обсуждение исходный текст
Ответ на BUG #11829: pgcrypto doc bug  (jeff.janes@gmail.com)
Ответы Re: BUG #11829: pgcrypto doc bug
Список pgsql-bugs
jeff.janes@gmail.com writes:
> pgp_sym_encrypt is documented to have an enable-session-key option.

> But that option does not seem to exist, and as far as I can tell it never
> has existed.

> jjanes=# select pgp_sym_encrypt('foo','bar','enable-session-key=1');
> ERROR:  Illegal argument to function

A look at set_arg() suggests that the spelling of that option is really
"sess-key" ... Marko, is that correct?

I also notice that there are a bunch of undocumented options with
names beginning "expect-".  Should those be documented, and if so
could we get some text for that?

            regards, tom lane

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

Предыдущее
От: jeff.janes@gmail.com
Дата:
Сообщение: BUG #11829: pgcrypto doc bug
Следующее
От: Tom Lane
Дата:
Сообщение: Re: ltree::text not immutable?