Re: intarray doc example fix

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: intarray doc example fix
Дата
Msg-id 109125.1622766512@sss.pgh.pa.us
обсуждение исходный текст
Ответ на intarray doc example fix  (Simon Norris <snorris@hillcrestgeo.ca>)
Список pgsql-docs
Simon Norris <snorris@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



В списке pgsql-docs по дате отправления:

Предыдущее
От: "David G. Johnston"
Дата:
Сообщение: Has the Update savepoint example outlived its usefulness?
Следующее
От: PG Doc comments form
Дата:
Сообщение: Typo in "13.2.3. Serializable Isolation Level"