diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/queries.sgml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/src/sgml/queries.sgml b/doc/src/sgml/queries.sgml index dedb5684e63..ca512048756 100644 --- a/doc/src/sgml/queries.sgml +++ b/doc/src/sgml/queries.sgml @@ -2182,15 +2182,6 @@ SELECT * FROM search_tree <emphasis>ORDER BY path</emphasis>; </programlisting> </para> - <note> - <para> - The queries shown in this and the following section involving - <literal>ROW</literal> constructors in the target list only support - <literal>UNION ALL</literal> (not plain <literal>UNION</literal>) in the - current implementation. - </para> - </note> - <tip> <para> Omit the <literal>ROW()</literal> syntax in the common case where only one |