mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Complete options help and put it in less random order.
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.28 2003/09/20 20:12:05 tgl Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.29 2003/11/02 12:55:24 petere Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@ -76,6 +76,17 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-C <replaceable>mode</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set a compatibility mode. <replaceable>mode</replaceable> may
|
||||
be <literal>INFORMIX</literal> or
|
||||
<literal>INFORMIX_SE</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-D <replaceable>symbol</replaceable></option></term>
|
||||
<listitem>
|
||||
@ -85,6 +96,15 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-i</option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Parse system include files as well.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-I <replaceable class="parameter">directory</replaceable></option></term>
|
||||
<listitem>
|
||||
@ -111,6 +131,17 @@ PostgreSQL documentation
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-r <replaceable>option</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Selects a run-time behavior. Currently,
|
||||
<replaceable>option</replaceable> can only be
|
||||
<literal>no_indicator</literal>.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term><option>-t</option></term>
|
||||
<listitem>
|
||||
|
Reference in New Issue
Block a user