Re: Add support for AT LOCAL

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Vik Fearing <vik(at)postgresfriends(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Add support for AT LOCAL
Date: 2023-06-06 17:02:26
Message-ID: 880dec75f1d509233a3935ef80d80f282b1ef136.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 2023-06-06 at 04:24 -0400, Vik Fearing wrote:
> > At a quick glance, it looks like you resolve "timezone" at the time
> > the query is parsed.  Shouldn't the resolution happen at query
> > execution time?
>
> current_setting(text) is stable, and my tests show that it is calculated
> at execution time.

Ah, ok, then sorry for the noise. I misread the code then.

Yours,
Laurenz Albe

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Konstantin Knizhnik 2023-06-06 17:04:08 Re: Let's make PostgreSQL multi-threaded
Previous Message Laurenz Albe 2023-06-06 17:00:57 Re: Return value of pg_promote()