diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-03-25 12:20:14 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-03-25 12:21:12 -0300 |
commit | 01dd34d55ad53117c2d756da7f65b6fa07a303aa (patch) | |
tree | 684d5635c4769599bff723a1762188add0957cdd /doc/src | |
parent | 71ac48fd9cebd3d2a873635a04df64096c981f73 (diff) | |
download | postgresql-01dd34d55ad53117c2d756da7f65b6fa07a303aa.tar.gz postgresql-01dd34d55ad53117c2d756da7f65b6fa07a303aa.zip |
Fix broken markup, and remove tabs
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/ecpg-ref.sgml | 49 |
1 files changed, 26 insertions, 23 deletions
diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml index eca78e14611..20f8c9d0ada 100644 --- a/doc/src/sgml/ref/ecpg-ref.sgml +++ b/doc/src/sgml/ref/ecpg-ref.sgml @@ -138,30 +138,33 @@ PostgreSQL documentation Selects run-time behavior. <replaceable>Option</replaceable> can be one of the following: <variablelist> - <varlistentry> - <term><option>no_indicator</option></term> - <listitem> - <para> - Do not use indicators but instead use special values to represent - NULLs. Historically there have been databases using this approach. - </para> - </varlistentry> - <varlistentry> - <term><option>prepare</option></term> - <listitem> - <para> - Prepare all statements before using them. Libecpg will keep a cache of - prepared statments and reuse a statement if it gets executed again. If the - cache runs full, libecpg will free the least used statement. - </para> + <varlistentry> + <term><option>no_indicator</option></term> + <listitem> + <para> + Do not use indicators but instead use special values to represent + NULLs. Historically there have been databases using this approach. + </para> + </listitem> </varlistentry> - <varlistentry> - <term><option>questionmarks</option></term> - <listitem> - <para> - Allow questionmark as placeholder for compatibility reasons. - This used to be the default long ago. - </para> + <varlistentry> + <term><option>prepare</option></term> + <listitem> + <para> + Prepare all statements before using them. Libecpg will keep a cache of + prepared statments and reuse a statement if it gets executed again. If the + cache runs full, libecpg will free the least used statement. + </para> + </listitem> + </varlistentry> + <varlistentry> + <term><option>questionmarks</option></term> + <listitem> + <para> + Allow questionmark as placeholder for compatibility reasons. + This used to be the default long ago. + </para> + </listitem> </varlistentry> </variablelist> </para> |