diff options
Diffstat (limited to 'doc/src/sgml/ref/create_operator.sgml')
-rw-r--r-- | doc/src/sgml/ref/create_operator.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/create_operator.sgml b/doc/src/sgml/ref/create_operator.sgml index 955d9dbb2d1..0b53540b0df 100644 --- a/doc/src/sgml/ref/create_operator.sgml +++ b/doc/src/sgml/ref/create_operator.sgml @@ -1,5 +1,5 @@ <!-- -$PostgreSQL: pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.46 2006/12/23 00:43:08 tgl Exp $ +$PostgreSQL: pgsql/doc/src/sgml/ref/create_operator.sgml,v 1.47 2007/01/31 23:26:03 momjian Exp $ PostgreSQL documentation --> @@ -108,7 +108,7 @@ CREATE OPERATOR <replaceable>name</replaceable> ( <listitem> <para> The name of the operator to be defined. See above for allowable - characters. The name may be schema-qualified, for example + characters. The name can be schema-qualified, for example <literal>CREATE OPERATOR myschema.+ (...)</>. If not, then the operator is created in the current schema. Two operators in the same schema can have the same name if they operate on |