From 3b9b7516f42b72589951bb8d47a0220c67fb70de Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Thu, 7 Jun 2018 23:33:24 -0400 Subject: [PATCH] ecpg: Document new compatibility option It's listed in --help, so it should be listed in the man page as well. --- doc/src/sgml/ref/ecpg-ref.sgml | 4 ++-- 1 file 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 Set a compatibility mode. mode can - be INFORMIX or - INFORMIX_SE. + be INFORMIX, + INFORMIX_SE, or ORACLE. -- 2.39.5