What is the 'E' in `RAISE NOTICE E'msg %', mymsg` – Postgresql
What is the 'E' in RAISE NOTICE E'msg %', mymsg? I've seen it used in various Postgres tutorial pages, even in Postgres documentation itself, but I can't find an actual explanation of what it is or does. It's usually used…