mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +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.