Merge branch 'main' into status_filtering_bugfix

This commit is contained in:
tobi 2024-09-16 11:26:40 +02:00
commit b4a4c478b0
29 changed files with 753 additions and 164 deletions

View file

@ -175,7 +175,7 @@ notification is received or the context is canceled.
Tracing and Logging
pgx supports tracing by setting ConnConfig.Tracer.
pgx supports tracing by setting ConnConfig.Tracer. To combine several tracers you can use the multitracer.Tracer.
In addition, the tracelog package provides the TraceLog type which lets a traditional logger act as a Tracer.