Re: non-string or non-string

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: non-string or non-string
Дата
Msg-id 20200517223128.GA8607@alvherre.pgsql
обсуждение исходный текст
Ответ на non-string or non-string  (PG Doc comments form <noreply@postgresql.org>)
Ответы Re: non-string or non-string  (Bertrand Janin <b@janin.com>)
Список pgsql-docs
On 2020-May-17, PG Doc comments form wrote:

> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/11/functions-string.html
> Description:
> 
> The second line in "Table 9.8. SQL String Functions and Operators" uses
> "non-string or non-string" as part of the example. I assume one of these
> should be "string".

No, it's not the example but the operator description, and what it says
is
"string || non-string or non-string || string"

so it's trying to illustrate that there are two options:

string || non-string
non-string || string

but maybe it's not super-clear about that.  This is much clearer in the
docs for Postgres 13, which has been heavily reformatted:
https://www.postgresql.org/docs/devel/functions-string.html

-- 
Álvaro Herrera                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: PG Doc comments form
Дата:
Сообщение: non-string or non-string
Следующее
От: Tom Lane
Дата:
Сообщение: Re: non-string or non-string