pgsql: Doc: explain that the string types can't store \0 (ASCII NUL).

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: explain that the string types can't store \0 (ASCII NUL).
Дата
Msg-id E1kmgRi-0000xx-6i@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Doc: explain that the string types can't store \0 (ASCII NUL).

This restriction was mentioned in connection with string literals,
but it wasn't made clear that it's a general restriction not just
a syntactic limitation in query strings.

Per unsigned documentation comment.

Discussion: https://postgr.es/m/160720552914.710.16625261471128631268@wrigleys.postgresql.org

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/0921b86ca1e451c70642c3007feb25f7efb34f65

Modified Files
--------------
doc/src/sgml/datatype.sgml | 13 +++++++++----
1 file changed, 9 insertions(+), 4 deletions(-)


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Speed up rechecking if relation needs to be vacuumed or analyze
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: clarify that CREATE TABLE discards redundant unique constra