mirror of https://github.com/postgres/postgres
This is small README fix for contrib/intarray. Thank you.
Teodor Sigaev
This commit is contained in:
parent
a62873d279
commit
e654065f11
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue