You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostgreSQL 18 adds support for OLD and NEW references in a RETURNING statement.
It could be beneficial to add support to this syntax in a more structured way, as by default the old / new prefixes will be just recognized as regular table name prefixes, which shouldn't be the case here.