13 lines
324 B
Text
Vendored
13 lines
324 B
Text
Vendored
-- test stratnum translation support func
|
|
SELECT gist_translate_cmptype_btree(7);
|
|
gist_translate_cmptype_btree
|
|
------------------------------
|
|
0
|
|
(1 row)
|
|
|
|
SELECT gist_translate_cmptype_btree(3);
|
|
gist_translate_cmptype_btree
|
|
------------------------------
|
|
3
|
|
(1 row)
|
|
|