mirror of
https://github.com/postgres/postgres.git
synced 2026-05-31 04:48:04 -04:00
1ea081bbd7
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.