Allow schema-qualified operator names to be used in the optional

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a5e6e9935714959db56607b327ce0f4ff68751c1
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-08-10T19:01:53Z
Releases: 7.3.1
Allow schema-qualified operator names to be used in the optional
arguments of CREATE OPERATOR.

Files

PathChange+/−
doc/src/sgml/ref/create_operator.sgml modified +10 −1
doc/src/sgml/syntax.sgml modified +13 −2
src/backend/commands/define.c modified +14 −3
src/backend/parser/gram.y modified +18 −50