mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
This is small README fix for contrib/intarray. Thank you.
Teodor Sigaev
This commit is contained in:
parent
a62873d279
commit
e654065f11
1 changed files with 2 additions and 0 deletions
|
|
@ -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 a new issue