Quantcast
Channel: Question and Answer » postgresql
Viewing all articles
Browse latest Browse all 1138

psql variable holding text with multiple lines

$
0
0

This works as expected,

set x '''2n3'''

but this doesn’t

set x '''2
3'''

Is there a workaround for later example so I don’t have to use n instead of newline?


Viewing all articles
Browse latest Browse all 1138

Trending Articles