We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3599f64 commit 0d20d12Copy full SHA for 0d20d12
doc.go
@@ -309,7 +309,7 @@ CopyFrom can be faster than an insert with as few as 5 rows.
309
Listen and Notify
310
311
pgx can listen to the PostgreSQL notification system with the `Conn.WaitForNotification` method. It blocks until a
312
-context is received or the context is canceled.
+notification is received or the context is canceled.
313
314
_, err := conn.Exec(context.Background(), "listen channelname")
315
if err != nil {
0 commit comments