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

Fix broken markup, and remove tabs

This commit is contained in:
Alvaro Herrera
2011-03-25 12:20:14 -03:00
parent 71ac48fd9c
commit 01dd34d55a

View File

@@ -145,6 +145,7 @@ PostgreSQL documentation
Do not use indicators but instead use special values to represent Do not use indicators but instead use special values to represent
NULLs. Historically there have been databases using this approach. NULLs. Historically there have been databases using this approach.
</para> </para>
</listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>prepare</option></term> <term><option>prepare</option></term>
@@ -154,6 +155,7 @@ PostgreSQL documentation
prepared statments and reuse a statement if it gets executed again. If the prepared statments and reuse a statement if it gets executed again. If the
cache runs full, libecpg will free the least used statement. cache runs full, libecpg will free the least used statement.
</para> </para>
</listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>
<term><option>questionmarks</option></term> <term><option>questionmarks</option></term>
@@ -162,6 +164,7 @@ PostgreSQL documentation
Allow questionmark as placeholder for compatibility reasons. Allow questionmark as placeholder for compatibility reasons.
This used to be the default long ago. This used to be the default long ago.
</para> </para>
</listitem>
</varlistentry> </varlistentry>
</variablelist> </variablelist>
</para> </para>