Y
Hacker News
new
|
ask
|
show
|
jobs
by
franckpachot
14 days ago
"dollar quoting" is the PostgreSQL way to quote strings with quotes, avoiding double quoting or escape characters. I like to use the tagged version of it, like $sql$ SELECT ... $sql$ to describe what is inside.