'How to pass more then 100 arguments into postgresSQL function

[When passing more then 100 arguments into postgresql function getting error]

ERROR: cannot pass more than 100 arguments to a function



Solution 1:[1]

Pass a query to your function or rather query parameters and run the query inside your function.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kalina Mielke