mirror of
https://github.com/postgres/postgres.git
synced 2026-06-18 22:53:54 -04:00
5eb29fea25
> > o Prevent tab completion of SET TRANSACTION from querying the > database and therefore preventing the transaction isolation > level from being set. > > Currently, SET <tab> causes a database lookup to check all > supported session variables. This query causes problems > because setting the transaction isolation level must be the > first statement of a transaction.