Re: BUG #10991: psql -c ignores my pager settings in ~/.psqlrc

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: andrew(dot)pennebaker(at)gmail(dot)com
Cc: pgsql-bugs <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #10991: psql -c ignores my pager settings in ~/.psqlrc
Date: 2014-07-18 17:36:05
Message-ID: CAHGQGwE2vQwt_w6-rTJBpo7QRZLVYXBMbcZiJwRSVHtv4C0U-w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On Sat, Jul 19, 2014 at 1:04 AM, <andrew(dot)pennebaker(at)gmail(dot)com> wrote:
> The following bug has been logged on the website:
>
> Bug reference: 10991
> Logged by: Andrew Pennebaker
> Email address: andrew(dot)pennebaker(at)gmail(dot)com
> PostgreSQL version: 9.3.4
> Operating system: Ubuntu 14.04
> Description:
>
> I never want to use the pager, as it comes up at the most inopportune times
> in Emacs shell-mode, so I have configured my ~/.psqlrc with:
>
> \pset pager off
>
> This works for psql -f <script>.psql. However, when I run one-off commands
> with psql -c <command>, the pager pops up again, making psql -c really hard
> to use in my Emacs workflow.

.psqlrc file is ignored with -c option. This behavior is documented.
http://www.postgresql.org/docs/devel/static/app-psql.html#R1-APP-PSQL-3

Regards,

--
Fujii Masao

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message David G Johnston 2014-07-18 17:54:18 Re: BUG #10991: psql -c ignores my pager settings in ~/.psqlrc
Previous Message Tom Lane 2014-07-18 17:08:30 Re: BUG #10976: Two memory leaks in regcomp cleanup