idx function is not working
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.
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs
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
--
Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-docs