John P Weatherman <jweatherman91(at)alumni(dot)wfu(dot)edu> wrote:
> can handle identifying the dbs and starting postgres no problem, but
I
> can't seem to find a way to pass a CTRL-D character from within a
bash
> script to the postgres executable.
Why not put the SQL in a separate file and pipe it in?
(I haven't tested that, but it seems likely to work....)
-Kevin