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

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: psql -f - Adjust psql -f - to behave like a normal file and
Date
Msg-id 20091201223433.79F28753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Teach the regular expression functions to do case-insensitive
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Enable thread safety Enable thread safety on all platforms.