Re: [HACKERS] multiple -f support

2011-03-11 Thread Robert Haas
On Fri, Mar 11, 2011 at 11:30 AM, David Christensen wrote: > > On Mar 11, 2011, at 6:17 AM, Bruce Momjian wrote: > >> Robert Haas wrote: >>> On Sun, Feb 6, 2011 at 11:16 AM, Bruce Momjian wrote: I assume having psql support multiple -f files is not a high priority or something we don't

Re: [HACKERS] multiple -f support

2011-03-11 Thread David Christensen
On Mar 11, 2011, at 6:17 AM, Bruce Momjian wrote: > Robert Haas wrote: >> On Sun, Feb 6, 2011 at 11:16 AM, Bruce Momjian wrote: >>> I assume having psql support multiple -f files is not a high priority or >>> something we don't want. >> >> IIRC, nobody objected to the basic concept, and it seem

Re: [HACKERS] multiple -f support

2011-03-11 Thread Bruce Momjian
Robert Haas wrote: > On Sun, Feb 6, 2011 at 11:16 AM, Bruce Momjian wrote: > > I assume having psql support multiple -f files is not a high priority or > > something we don't want. > > IIRC, nobody objected to the basic concept, and it seems useful. I > thought we were pretty close to committing

Re: [HACKERS] multiple -f support

2011-02-06 Thread Simon Riggs
On Sun, 2011-02-06 at 12:07 -0500, Robert Haas wrote: > On Sun, Feb 6, 2011 at 11:16 AM, Bruce Momjian wrote: > > I assume having psql support multiple -f files is not a high priority or > > something we don't want. > > IIRC, nobody objected to the basic concept, and it seems useful. I > thought

Re: [HACKERS] multiple -f support

2011-02-06 Thread Robert Haas
On Sun, Feb 6, 2011 at 11:16 AM, Bruce Momjian wrote: > I assume having psql support multiple -f files is not a high priority or > something we don't want. IIRC, nobody objected to the basic concept, and it seems useful. I thought we were pretty close to committing something along those lines at

Re: [HACKERS] multiple -f support

2011-02-06 Thread Bruce Momjian
I assume having psql support multiple -f files is not a high priority or something we don't want. --- Mark Wong wrote: > Hi all, > > I took a stab at changing this up a little bit. I pushed the logic > that David introduce

Re: [HACKERS] multiple -f support

2010-07-13 Thread Mark Wong
Hi all, I took a stab at changing this up a little bit. I pushed the logic that David introduced down into process_file(). In doing so I changed up the declaration of process_file() to accept an additional parameter specifying how many files are being passed to the function. Doing it this way a