Sean Chittenden <sean@chittenden.org> writes:
> Let me jump in for half a second here (no pun intended), but what
> about the use of back quotes? ` `? Use a very limited escaping policy
> of \` => ` and \\ => \ .
Actually, having to double backslashes is one of the things I want to
get rid of. The here-document-based ideas seem to allow that.
regards, tom lane