Re: Patch to document base64 encoding

Поиск
Список
Период
Сортировка
От Karl O. Pinc
Тема Re: Patch to document base64 encoding
Дата
Msg-id 20191203154511.087cea37@slate.karlpinc.com
обсуждение исходный текст
Ответ на Re: Patch to document base64 encoding  ("Karl O. Pinc" <kop@karlpinc.com>)
Ответы Re: Patch to document base64 encoding  (Fabien COELHO <coelho@cri.ensmp.fr>)
Список pgsql-hackers
Hi,

Attached is doc_base64_v11.patch

This addresses Tom's concerns.  Functions
that operate on both strings and bytea
(e.g. length(text) and length(bytea))
are documented separately, one with
string functions and one with binary
string functions.

In this iteration I have also:

Added a sub-section for the functions
which convert between text and bytea.

Added some index entries.

Provided a link in the hash functions to
the text about why md5() returns text
not bytea.

Regards,

Karl <kop@meme.com>
Free Software:  "You don't pay back, you pay forward."
                 -- Robert A. Heinlein

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: How to prohibit parallel scan through tableam?
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Online checksums patch - once again