diff options
author | Peter Eisentraut | 2018-06-08 03:33:24 +0000 |
---|---|---|
committer | Peter Eisentraut | 2018-06-08 03:33:24 +0000 |
commit | 3b9b7516f42b72589951bb8d47a0220c67fb70de (patch) | |
tree | 8e46360ebf5492e922346867edab1d6abb5f1a97 | |
parent | 32ac7a118fc17f5baac1b370f50d759c30bee00a (diff) |
ecpg: Document new compatibility option
It's listed in --help, so it should be listed in the man page as well.
-rw-r--r-- | doc/src/sgml/ref/ecpg-ref.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/ecpg-ref.sgml b/doc/src/sgml/ref/ecpg-ref.sgml index 7bfee805a7..df3c1054f0 100644 --- a/doc/src/sgml/ref/ecpg-ref.sgml +++ b/doc/src/sgml/ref/ecpg-ref.sgml @@ -79,8 +79,8 @@ PostgreSQL documentation <listitem> <para> Set a compatibility mode. <replaceable>mode</replaceable> can - be <literal>INFORMIX</literal> or - <literal>INFORMIX_SE</literal>. + be <literal>INFORMIX</literal>, + <literal>INFORMIX_SE</literal>, or <literal>ORACLE</literal>. </para> </listitem> </varlistentry> |