mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
This is small README fix for contrib/intarray. Thank you.
Teodor Sigaev
This commit is contained in:
@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user