Skip to content
Snippets Groups Projects
Commit 7de81124 authored by Tom Lane's avatar Tom Lane
Browse files

Create a function quote_nullable(), which works the same as quote_literal()

except that it returns the string 'NULL', rather than a SQL null, when called
with a null argument.  This is often a much more useful behavior for
constructing dynamic queries.  Add more discussion to the documentation
about how to use these functions.

Brendan Jurd
parent 40a3dfb7
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment