I have multiline injection to 'psql' command in linux using EOF.
psql << EOF sql1 sql2
EOF
I want to do the same in windows powershell because(yes it's hard on me) we moved from linux to windows. I tried scriptblock, using psql as the block and commands as arguments. Wouldn't work. Please let me know how to simulate the EOF in Windows powershell. Google doesn't have much on this.