Re: intarray doc example fix

2021-06-03 Thread Tom Lane
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

intarray doc example fix

2021-06-03 Thread Simon Norris
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