sortas="PL/Python">in PL/Python is passed to a
function, the argument value will appear as None in
- Python. The above function definition will return the wrong answer for null
+ Python. For example, the function definition of pymax
+ shown in will return the wrong answer for null
inputs. We could add STRICT to the function definition
to make
PostgreSQL do something more reasonable:
if a null value is passed, the function will not be called at all,