mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 00:11:06 -05:00
The documentation suggested using "echo | psql", but not the often-superior alternative of a here-document. Also, be more direct about suggesting that people avoid -c for multiple commands. Per discussion.