Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 01dd34d

Browse files
committed
Fix broken markup, and remove tabs
1 parent 71ac48f commit 01dd34d

File tree

1 file changed

+26
-23
lines changed

1 file changed

+26
-23
lines changed

doc/src/sgml/ref/ecpg-ref.sgml

+26-23
Original file line numberDiff line numberDiff line change
@@ -138,30 +138,33 @@ PostgreSQL documentation
138138
Selects run-time behavior. <replaceable>Option</replaceable> can be
139139
one of the following:
140140
<variablelist>
141-
<varlistentry>
142-
<term><option>no_indicator</option></term>
143-
<listitem>
144-
<para>
145-
Do not use indicators but instead use special values to represent
146-
NULLs. Historically there have been databases using this approach.
147-
</para>
148-
</varlistentry>
149-
<varlistentry>
150-
<term><option>prepare</option></term>
151-
<listitem>
152-
<para>
153-
Prepare all statements before using them. Libecpg will keep a cache of
154-
prepared statments and reuse a statement if it gets executed again. If the
155-
cache runs full, libecpg will free the least used statement.
156-
</para>
141+
<varlistentry>
142+
<term><option>no_indicator</option></term>
143+
<listitem>
144+
<para>
145+
Do not use indicators but instead use special values to represent
146+
NULLs. Historically there have been databases using this approach.
147+
</para>
148+
</listitem>
157149
</varlistentry>
158-
<varlistentry>
159-
<term><option>questionmarks</option></term>
160-
<listitem>
161-
<para>
162-
Allow questionmark as placeholder for compatibility reasons.
163-
This used to be the default long ago.
164-
</para>
150+
<varlistentry>
151+
<term><option>prepare</option></term>
152+
<listitem>
153+
<para>
154+
Prepare all statements before using them. Libecpg will keep a cache of
155+
prepared statments and reuse a statement if it gets executed again. If the
156+
cache runs full, libecpg will free the least used statement.
157+
</para>
158+
</listitem>
159+
</varlistentry>
160+
<varlistentry>
161+
<term><option>questionmarks</option></term>
162+
<listitem>
163+
<para>
164+
Allow questionmark as placeholder for compatibility reasons.
165+
This used to be the default long ago.
166+
</para>
167+
</listitem>
165168
</varlistentry>
166169
</variablelist>
167170
</para>

0 commit comments

Comments
 (0)