1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

doc: Fix whitespace in markup

This commit is contained in:
Peter Eisentraut
2019-09-26 21:29:14 +02:00
parent 6c3ef7482f
commit 8190164e82

View File

@@ -12983,9 +12983,9 @@ table2-mapping
<literal>WHERE</literal> clause in SQL. A filter expression begins with <literal>WHERE</literal> clause in SQL. A filter expression begins with
a question mark and provides a condition in parentheses: a question mark and provides a condition in parentheses:
<programlisting> <programlisting>
? (<replaceable>condition</replaceable>) ? (<replaceable>condition</replaceable>)
</programlisting> </programlisting>
</para> </para>
<para> <para>