Simon Norris writes:
> I noticed a very small problem in the intarray docs example.
> Trying out the example gives below error, the example uses the wrong
> parameter for the given operator class:
> db=# CREATE TABLE message (mid INT PRIMARY KEY, sections INT[]);
> CREATE TABLE
> db=# CREATE IND
Hi list,
I noticed a very small problem in the intarray docs example.
Trying out the example gives below error, the example uses the wrong parameter
for the given operator class:
db=# CREATE TABLE message (mid INT PRIMARY KEY, sections INT[]);
CREATE TABLE
db=# CREATE INDEX message_rdtree_idx ON