Forum OpenACS Q&A: Response to psql and emacs

Collapse
3: Response to psql and emacs (response to 1)
Posted by David Walker on
Here's a hack that works. Apparently psql checks to see where STDIN is from. So...
echo | psql -c "sql string"