idx function is not working

Started by Nonameover 9 years ago2 messagesdocs
Jump to latest
#1Noname
jitendravarshney392@gmail.com

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Noname (#1)
Re: idx function is not working

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