diff options
author | Bruce Momjian <bruce@momjian.us> | 2007-01-31 23:26:05 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2007-01-31 23:26:05 +0000 |
commit | e81c138e18b54e272d917e5e8c4c8ae1b89cd133 (patch) | |
tree | 578b3af0265e9767b862475ee4ba7e9a40c22dc2 /doc/src/sgml/ref/create_opclass.sgml | |
parent | bc799fab2ba314425403073565775ffe15ba4406 (diff) | |
download | postgresql-e81c138e18b54e272d917e5e8c4c8ae1b89cd133.tar.gz postgresql-e81c138e18b54e272d917e5e8c4c8ae1b89cd133.zip |
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".
Diffstat (limited to 'doc/src/sgml/ref/create_opclass.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_opclass.sgml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/src/sgml/ref/create_opclass.sgml b/doc/src/sgml/ref/create_opclass.sgml index 85a31e3b195..78276ec954d 100644 --- a/doc/src/sgml/ref/create_opclass.sgml +++ b/doc/src/sgml/ref/create_opclass.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_opclass.sgml,v 1.19 2007/01/23 05:07:17 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_opclass.sgml,v 1.20 2007/01/31 23:26:03 momjian Exp $ PostgreSQL documentation --> @@ -88,7 +88,7 @@ CREATE OPERATOR CLASS <replaceable class="parameter">name</replaceable> [ DEFAUL <term><replaceable class="parameter">name</replaceable></term> <listitem> <para> - The name of the operator class to be created. The name may be + The name of the operator class to be created. The name can be schema-qualified. </para> </listitem> @@ -161,7 +161,7 @@ CREATE OPERATOR CLASS <replaceable class="parameter">name</replaceable> [ DEFAUL In an <literal>OPERATOR</> clause, the operand data type(s) of the operator, or <literal>NONE</> to signify a left-unary or right-unary operator. The operand data - types may be omitted in the normal case where they are the same + types can be omitted in the normal case where they are the same as the operator class's data type. </para> @@ -236,7 +236,7 @@ CREATE OPERATOR CLASS <replaceable class="parameter">name</replaceable> [ DEFAUL <para> The <literal>OPERATOR</>, <literal>FUNCTION</>, and <literal>STORAGE</> - clauses may appear in any order. + clauses can appear in any order. </para> </refsect1> |