mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Update reference documentation on may/can/might:
Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash".
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.31 2006/09/16 00:30:18 momjian Exp $
|
||||
$PostgreSQL: pgsql/doc/src/sgml/ref/ecpg-ref.sgml,v 1.32 2007/01/31 23:26:03 momjian Exp $
|
||||
PostgreSQL documentation
|
||||
-->
|
||||
|
||||
@@ -80,7 +80,7 @@ PostgreSQL documentation
|
||||
<term><option>-C <replaceable>mode</replaceable></option></term>
|
||||
<listitem>
|
||||
<para>
|
||||
Set a compatibility mode. <replaceable>mode</replaceable> may
|
||||
Set a compatibility mode. <replaceable>mode</replaceable> can
|
||||
be <literal>INFORMIX</literal> or
|
||||
<literal>INFORMIX_SE</literal>.
|
||||
</para>
|
||||
|
Reference in New Issue
Block a user