mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03: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.