1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-11 05:41:32 +03:00

doc: Fix whitespace in markup

This commit is contained in:
Peter Eisentraut 2019-09-26 21:29:14 +02:00
parent 79504cfe1b
commit d10475a043

View File

@ -12889,9 +12889,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>