From: | PG Doc comments form <noreply(at)postgresql(dot)org> |
---|---|
To: | pgsql-docs(at)lists(dot)postgresql(dot)org |
Cc: | a(dot)zakirov(at)postgrespro(dot)ru |
Subject: | Extra indentation in first line |
Date: | 2018-02-26 13:43:35 |
Message-ID: | 151965261562.21248.6807023085541361264@wrigleys.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-www |
The following documentation comment has been logged on the website:
Page: /docs/10/static/textsearch-features.html
Description:
Hello,
In some queries there is an extra indentation. For example:
SELECT to_tsquery('fat') <-> to_tsquery('cat | rat');
?column?
-----------------------------------
'fat' <-> 'cat' | 'fat' <-> 'rat'
But there are no indentation (it's correct) here:
SELECT ts_rewrite('a & b'::tsquery,
'SELECT t,s FROM aliases WHERE ''a & b''::tsquery @>
t');
ts_rewrite
------------
'b' & 'c'
It seems that there are no such indentations within .sgml files.
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2018-02-26 13:50:07 | Re: Extra indentation in first line |
Previous Message | Alexey Kuleshevich | 2018-02-26 13:24:00 | GRANT and REVOKE grammar. |
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2018-02-26 13:50:07 | Re: Extra indentation in first line |
Previous Message | Indrek K | 2018-02-26 08:18:39 | /download/linux/ubuntu/ |