In this post, I demonstrate 2 variations of supplying function parameters to a PLpgSQL function. Read on and see how...https://joshuaotwell.com/function-parameters-in-a-plpgsql-function-how-they-are-accessed/ …
-
-
Why or how is PLpgSQL safe from SQL injection?
-
Queries written directly in plpgsql code aren't subject to SQL injection via function parameters or variables. SQL injection only happens when you tell the server to execute a /constructed string/ as a query, which in plpgsql means using EXECUTE (directly or indirectly)
- 1 more reply
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.