Skip to content
This repository has been archived by the owner on Aug 2, 2022. It is now read-only.

No function matches the given name and argument types. You might need to add explicit type casts. #63

Open
fabian-emilius opened this issue Nov 26, 2019 · 0 comments

Comments

@fabian-emilius
Copy link

when I execute the example request:

curl localhost:8880/v1/chain/get_table_rows -d '{"code":"eosio", "scope":"eosio", "table":"namebids", "show_payer":true, "json":true, "key_type": "name", "index_position": "2", "limit":100}'

I get the following error using postgres:

LINE 1: select * from "chain".account_range_name(26621714,'eosio','e... ^ HINT: No function matches the given name and argument types. You might need to add explicit type casts.

I also do not see any table called account_range_name

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant