Peter Eisentraut <[EMAIL PROTECTED]> writes: > I looked into fixing the temporary file exploits in the Perl tools > (bug 1599), but I didn't really get the point of using temporary > files at all. You can just build the script in a string. See the > attached patch for an example. If this is acceptable, I'll fix up > the other scripts as well.
At one point, we were submitting this into a temp file, and then straight to slonik, which seems a mighty big footgun, in retrospect. Changing it to use strings seems a fine idea. -- let name="cbbrowne" and tld="ca.afilias.info" in name ^ "@" ^ tld;; <http://dba2.int.libertyrms.com/> Christopher Browne (416) 673-4124 (land) _______________________________________________ Slony1-general mailing list [email protected] http://gborg.postgresql.org/mailman/listinfo/slony1-general
