now()pg_proc catalog table what the provolatile designation for any given function is, if needed.Error: write CONNECTION_CLOSED <id>.hyperdrive.local:5432 which look like peer timeouts from our DB side in the last couple of weeks (maybe more recently?)75199f96334c42559f89fe73965875e87ae2159c8f4e4c77bf037815e02e8995users?
2024.9.1 is that an issue? im using the cloudflare-operator for k8s and unsure how to upgrade the binary2025.2.1- hostname: postgres.unweb.io
service: tcp://postgresql-f4b1ec99.cloud-prod.svc:5432
originRequest:
noTLSVerify: truepg_procprovolatileError: write CONNECTION_CLOSED <id>.hyperdrive.local:543275199f96334c42559f89fe73965875e87ae2159c8f4e4c77bf037815e02e8995usersWITH updated_keys AS (
UPDATE keys
SET "lastCall" = NOW()
WHERE "key" = ${token}
RETURNING "key", "userId"
)
SELECT
uk.key,
u.id AS user_id,
u.balance AS user_balance,
u.mail AS user_mail
FROM updated_keys uk
JOIN users u ON uk."userId" = u.id;