Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite453938

Browse files
committed
Doc: fix bogus intarray index example.
The siglen parameter is provided by gist__intbig_ops notgist__int_ops.Simon NorrisDiscussion:https://postgr.es/m/11BF2AA9-17AE-432A-AFE1-584FB9FB079D@hillcrestgeo.ca
1 parent1e809db commite453938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/intarray.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
CREATE TABLE message (mid INT PRIMARY KEY, sections INT[], ...);
447447

448448
-- create specialized index with signature length of 32 bytes
449-
CREATE INDEX message_rdtree_idx ON message USING GIST (sectionsgist__int_ops(siglen=32));
449+
CREATE INDEX message_rdtree_idx ON message USING GIST (sectionsgist__intbig_ops(siglen =32));
450450

451451
-- select messages in section 1 OR 2 - OVERLAP operator
452452
SELECT message.mid FROM message WHERE message.sections && '{1,2}';

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp