pgsql: Use temp files in current directory, not /tmp, to reduce security - Mailing list pgsql-committers

From tgl@svr1.postgresql.org (Tom Lane)
Subject pgsql: Use temp files in current directory, not /tmp, to reduce security
Date
Msg-id 20041020164246.F25C332A31A@svr1.postgresql.org
Whole thread Raw
Responses Re: pgsql: Use temp files in current directory, not  (Neil Conway <neilc@samurai.com>)
List pgsql-committers
Log Message:
-----------
Use temp files in current directory, not /tmp, to reduce security risk
while running this script.

Modified Files:
--------------
    pgsql/contrib/findoidjoins:
        make_oidjoins_check (r1.4 -> r1.5)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/findoidjoins/make_oidjoins_check.diff?r1=1.4&r2=1.5)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Allow functions returning void or cstring to appear in FROM
Next
From: Neil Conway
Date:
Subject: Re: pgsql: Use temp files in current directory, not