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
sql: display notice with job ID when waiting for a job
This will allow users to easily see the job ID in case they'd like to
look at more details about the job in other introspection interfaces.
Release note: None
pgnotice.Newf("waiting for job(s) to complete: %s\nIf the statement is canceled, jobs will continue in the background.", redact.SafeString(jobIDs.String())),
0 commit comments