So I have some sql in a varible. I could put that in a file and give it to psql as input but I wonder if there is an easy way to do this without the file ?
feedback
|
|
You can either pipe the command to psql
or use
Mor info on the psql man page | |||
|
feedback
|