Commit e654065f authored by Bruce Momjian's avatar Bruce Momjian

This is small README fix for contrib/intarray. Thank you.

Teodor Sigaev
parent a62873d2
......@@ -37,6 +37,8 @@ OPERATIONS:
int[] | int - returns intarray - union of arguments
int[] | int[] - returns intarray as a union of two arrays
int[] & int[] - returns intersection of arrays
int[] @@ query_int - returns TRUE if array satisfies query (like '1&(2|3)')
query_int ~~ int[] - -/-
CHANGES:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment