Y
Hacker News
new
|
ask
|
show
|
jobs
by
arkh
2883 days ago
PostgreSQL allows dollar quoted strings. $whoohoo$this is a string $whoohoo$. A really good way to include strings in strings as the tag can be almost anything you want. I think it is more flexible than heredoc and friends.
https://www.postgresql.org/docs/9.0/static/sql-syntax-lexica...