public inbox for [email protected]
help / color / mirror / Atom feedFrom: David G. Johnston <[email protected]>
To: Matthias Leisi <[email protected]>
Cc: pgsql-generallists.postgresql.org <[email protected]>
Subject: Re: Record last SELECT on a row?
Date: Wed, 17 Dec 2025 06:26:20 -0700
Message-ID: <CAKFQuwbo1oHLXVYGS1pTpXpXxsmZSV63xgvmSvR-9HRRN-rgBQ@mail.gmail.com> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
On Wednesday, December 17, 2025, Matthias Leisi <[email protected]> wrote:
>
> Any other ways this could be achieved?
>
Without the ability to modify the application which uses a direct database
connection, you’d need to modify the server code or run some kind of
proxy/man-in-the-middle server you can program. I would avoid updating the
table on write though - just keep a cache of sorts somewhere and
periodically compare the cache to the live table.
David J.
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected], [email protected]
Subject: Re: Record last SELECT on a row?
In-Reply-To: <CAKFQuwbo1oHLXVYGS1pTpXpXxsmZSV63xgvmSvR-9HRRN-rgBQ@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox