pgsql: psql -f - Adjust psql -f - to behave like a normal file and

Started by Bruce Momjianover 16 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

Log Message:
-----------
psql -f -

Adjust psql -f - to behave like a normal file and honor the -1 flag.

Report from Robert Haas

Modified Files:
--------------
pgsql/src/bin/psql:
command.c (r1.211 -> r1.212)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/command.c?r1=1.211&r2=1.212)
startup.c (r1.156 -> r1.157)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/startup.c?r1=1.156&r2=1.157)