On 9/15/25 00:16, ma lz wrote:
To fix CVE-2025-8714, PG introduce \restrict , but if we use python
( like psycopg2), it does not support slash command.
The backslash commands are specific to psql:
https://www.postgresql.org/docs/current/app-psql.html
Per the release notes:
https://www.postgr
On Monday, September 15, 2025, ma lz wrote:
> To fix CVE-2025-8714, PG introduce \restrict , but if we use python ( like
> psycopg2), it does not support slash command.
>
Great, then you are unaffected by the CVE that targets the psql application.
David J.
To fix CVE-2025-8714, PG introduce \restrict , but if we use python ( like
psycopg2), it does not support slash command.