home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / demo / script-7 < prev    next >
Encoding:
Text File  |  1992-08-27  |  139 b   |  9 lines

  1. define operator <% (
  2. arg1 = point, arg2 = circle,
  3. procedure = pt_in_circle,
  4. associativity = left,
  5. commutator = >=%,
  6. restrict = int4eq)
  7.  
  8. \g
  9.