File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,8 @@ WHERE id = (SELECT * FROM some_table LIMIT 1);
600
600
(306 rows)
601
601
</programlisting>
602
602
</para>
603
- <listitem>
603
+ </listitem>
604
+ <listitem>
604
605
<para>
605
606
<emphasis role="strong"><literal>id = ANY (select ...)</literal></emphasis>
606
607
<programlisting>
@@ -645,20 +646,20 @@ WHERE id = any (SELECT * FROM some_table limit 4);
645
646
(110 rows)
646
647
</programlisting>
647
648
</para>
648
- <itemizedlist spacing="compact">
649
- <listitem>
650
- <para>
651
- <emphasis role="strong"><literal>NestLoop</literal> involving
652
- a partitioned table</emphasis>, which is omitted since it's
653
- occasionally shown above.
654
- </para>
655
- </listitem>
656
- </itemizedlist>
649
+ </listitem>
650
+ <listitem>
657
651
<para>
658
- In case you're interested, you can read more about custom nodes at
659
- Alexander Korotkov 's
660
- <ulink url="http://akorotkov.github.io/blog/2016/06/15/pg_pathman-runtime-append/">blog</ulink> .
652
+ <emphasis role="strong"><literal>NestLoop</literal> involving
653
+ a partitioned table</emphasis>, which is omitted since it 's
654
+ occasionally shown above .
661
655
</para>
656
+ </listitem>
657
+ </itemizedlist>
658
+ <para>
659
+ In case you're interested, you can read more about custom nodes at
660
+ Alexander Korotkov's
661
+ <ulink url="http://akorotkov.github.io/blog/2016/06/15/pg_pathman-runtime-append/">blog</ulink>.
662
+ </para>
662
663
</sect2>
663
664
<sect2 id="examples">
664
665
<title>Examples</title>
You can’t perform that action at this time.
0 commit comments