Re: Documentation for pgp_pub_decrypt

Поиск
Список
Период
Сортировка
От Joe Snikeris
Тема Re: Documentation for pgp_pub_decrypt
Дата
Msg-id CAAnmyZZ14HjZbtDokn1Sc21-DrotHmwBNOPHjp+Cd0pyp82YYg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Documentation for pgp_pub_decrypt  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-docs

Thank you. Your response helped me figure out why pgp_pub_decrypt wasn't working for data that was encrypted outside of pgcrypto. The marker you mention must be added by pgp_pub_encrypt? Perhaps it's worth mentioning in the documentation that pgp_pub_decrypt is only intended be used on data encrypted with pgp_pub_encrypt since it's unlikely that a user is going to add that marker themselves.


On Sep 26, 2016 3:44 PM, "Tom Lane" <tgl@sss.pgh.pa.us> wrote:
joe@snikeris.com writes:
> The following documentation comment has been logged on the website:
> Page: https://www.postgresql.org/docs/9.5/static/pgcrypto.html
> Description:

> I believe the first argument should be of type &#39;text&#39;. Especially
> considering the paragraph that follows discusses how passing in bytea is
> disallowed.

No, that's how the function is declared.  Maybe the following para isn't
clear enough.  What it's talking about is that the encrypted message has
to contain a marker saying it was originally text.

                        regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Documentation for pgp_pub_decrypt
Следующее
От: napocoelho@gmail.com
Дата:
Сообщение: Translation to Portuguese