Simon Norris <snor...@hillcrestgeo.ca> 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 INDEX message_rdtree_idx ON message USING GIST (sections > gist__int_ops(siglen=32)); > ERROR: unrecognized parameter "siglen" Yup, that's clearly a thinko. Will fix, thanks for noticing it! regards, tom lane