Skip to content
Snippets Groups Projects
Commit e654065f authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

Teodor Sigaev
parent a62873d2
Branches
Tags
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment