Re: [PATCHES] Change < to -f in examples with input files

2005-02-24 Thread Bruce Momjian
David Fetter wrote: > Please find enclosed a patch, per Dennis Bjrklund, that uses -f > for input files rather than <. This makes error messages, &c. more > expressive. > > David Fetter Applied. Thanks. (I reordered the arguments as Peter suggested.) -- Bruce Momjian

Re: [PATCHES] Change < to -f in examples with input files

2005-02-22 Thread Christopher Kings-Lynne
Uh, how is it more expressive? The only difference I see is the line numbers. Is that it? That could be a very big deal in case of error on a large file, so yes. In IRC, I always recommend that ppl use -f, since it's so much more useful :) Chris ---(end of broadcast)---

Re: [PATCHES] Change < to -f in examples with input files

2005-02-21 Thread David Fetter
On Mon, Feb 21, 2005 at 02:18:31PM -0500, Bruce Momjian wrote: > David Fetter wrote: > > > > Please find enclosed a patch, per Dennis Bjrklund, that > > uses -f for input files rather than <. This makes error messages, > > &c. more expressive. > > Uh, how is it more expressive? The only differe

Re: [PATCHES] Change < to -f in examples with input files

2005-02-21 Thread Bruce Momjian
David Fetter wrote: > > Please find enclosed a patch, per Dennis Bjrklund, that uses -f for > input files rather than <. This makes error messages, &c. more > expressive. Uh, how is it more expressive? The only difference I see is the line numbers. Is that it? -- Bruce Momjian

Re: [PATCHES] Change < to -f in examples with input files

2005-02-20 Thread Peter Eisentraut
David Fetter wrote: > Please find enclosed a patch, per Dennis Björklund, that uses -f for > input files rather than <. This makes error messages, &c. more > expressive. To be portable, options must be before non-option arguments, so you need to rearrange the command-line arguments in the exampl

[PATCHES] Change < to -f in examples with input files

2005-02-20 Thread David Fetter
Folks, Please find enclosed a patch, per Dennis Björklund, that uses -f for input files rather than <. This makes error messages, &c. more expressive. Cheers, D -- David Fetter [EMAIL PROTECTED] http://fetter.org/ phone: +1 510 893 6100 mobile: +1 415 235 3778 Remember to vote! Index: doc/sr