aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/create_domain.sgml
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2007-01-31 23:26:05 +0000
committerBruce Momjian <bruce@momjian.us>2007-01-31 23:26:05 +0000
commite81c138e18b54e272d917e5e8c4c8ae1b89cd133 (patch)
tree578b3af0265e9767b862475ee4ba7e9a40c22dc2 /doc/src/sgml/ref/create_domain.sgml
parentbc799fab2ba314425403073565775ffe15ba4406 (diff)
downloadpostgresql-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_domain.sgml')
-rw-r--r--doc/src/sgml/ref/create_domain.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_domain.sgml b/doc/src/sgml/ref/create_domain.sgml
index 70d75c662f5..7cd698f83d2 100644
--- a/doc/src/sgml/ref/create_domain.sgml
+++ b/doc/src/sgml/ref/create_domain.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.29 2006/09/16 00:30:17 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/create_domain.sgml,v 1.30 2007/01/31 23:26:03 momjian Exp $
PostgreSQL documentation
-->
@@ -76,7 +76,7 @@ where <replaceable class="PARAMETER">constraint</replaceable> is:
<term><replaceable class="PARAMETER">data_type</replaceable></term>
<listitem>
<para>
- The underlying data type of the domain. This may include array
+ The underlying data type of the domain. This can include array
specifiers.
</para>
</listitem>