Re: [HACKERS] psql -l doesn't process psqlrc

2011-02-15 Thread Robert Haas
On Sun, Feb 13, 2011 at 7:52 AM, Peter Eisentraut wrote: > psql -l doesn't process psqlrc.  Historically, this was probably not > useful, hence no one cared.  But with the linestyle option it's useful. > So I propose the attached tweak. As a violent hater of the new linestyle, +1 from me. -- Ro

[HACKERS] psql -l doesn't process psqlrc

2011-02-13 Thread Peter Eisentraut
psql -l doesn't process psqlrc. Historically, this was probably not useful, hence no one cared. But with the linestyle option it's useful. So I propose the attached tweak. diff --git i/src/bin/psql/startup.c w/src/bin/psql/startup.c index 4f3815a..10713e9 100644 --- i/src/bin/psql/startup.c +++