Re: temp_file_limit parameter ignored?

From: Johannes Truschnigg <johannes(at)truschnigg(dot)info>
To: Erwin Fritz <efritz(at)gljpc(dot)com>
Cc: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Re: temp_file_limit parameter ignored?
Date: 2018-08-20 13:15:35
Message-ID: 20180820131535.ljrnxgph62ypus2z@vault.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi Erwin,

On Mon, Aug 20, 2018 at 01:06:33PM +0000, Erwin Fritz wrote:
> [...] Sure enough, when I connect as ‘postgres’ to the database and run
> “show temp_file_limit”, 4GB is the answer.
>
> Is there something obvious I’m missing?

Nothing obvious, afaict - but if you connect to your database, and run

SELECT * FROM pg_settings WHERE name = 'temp_file_limit';

you should be able to see where (which file and line, if any) the setting's
value is read from.

(You might want to switch to "Extended display mode" in psql, issuing "\x"
first, to improve readability.)

Hth!

--
with best regards:
- Johannes Truschnigg ( johannes(at)truschnigg(dot)info )

www: https://johannes.truschnigg.info/
phone: +43 650 2 133337
xmpp: johannes(at)truschnigg(dot)info

Please do not bother me with HTML-email or attachments. Thank you.

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Wim Bertels 2018-08-20 13:29:35 Re: Setting up SSL for postgre
Previous Message Erwin Fritz 2018-08-20 13:06:33 temp_file_limit parameter ignored?