Thread: [DOCS] idx function is not working

[DOCS] idx function is not working

From
jitendravarshney392@gmail.com
Date:
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/9.1/static/intarray.html
Description:

 function idx(integer[], integer) does not exist
18:01:40,517 ERROR [stderr] (default task-13)   Hint: No function matches
the given name and argument types. You might need to add explicit type
casts.


Re: [DOCS] idx function is not working

From
Tom Lane
Date:
jitendravarshney392@gmail.com writes:
>  function idx(integer[], integer) does not exist

Either you didn't install the intarray extension, or you did but you
put it in a schema that's not in your search_path.

            regards, tom lane