pgsql: Docs: fix misleading example.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Docs: fix misleading example.
Дата
Msg-id E1ZwLp4-0007ET-B6@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Docs: fix misleading example.

Commit 8457d0beca731bf0 introduced an example which, while not incorrect,
failed to exhibit the behavior it meant to describe, as a result of omitting
an E'' prefix that needed to be there.  Noticed and fixed by Peter Geoghegan.

I (tgl) failed to resist the temptation to wordsmith nearby text a bit
while at it.

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/ff4adfd27ca6cbb94512c2433c086eba6ad97019

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


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Docs: fix misleading example.
Следующее
От: Robert Haas
Дата:
Сообщение: pgsql: Add outfuncs.c support for GatherPath.