Hacker News
new
past
comments
ask
show
jobs
points
by
rswail
2 hours ago
|
comments
by
franckpachot
2 hours 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.
reply