How to use Variables in a psql Script
I found this at Stack Overflow.
This shows that I could use variables to use for the file location.
| |
Another example with Windows using $$ quoting:
| |
or with ' quotes:
| |
I found this at Stack Overflow.
This shows that I could use variables to use for the file location.
| |
Another example with Windows using $$ quoting:
| |
or with ' quotes:
| |