]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
Materialize `TAIL` -> `SUBSCRIBE`
authorumanwizard <brennan@umanwizard.com>
Thu, 16 Feb 2023 14:20:36 +0000 (09:20 -0500)
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>
Thu, 16 Feb 2023 16:09:13 +0000 (17:09 +0100)
docs/api/cursors.rst

index 78c336bb00b265f288c218cd28d55c625a4b0e52..5cb2f0f4db3c97caaa958ee9e801ebc14a8c3a31 100644 (file)
@@ -142,13 +142,13 @@ The `!Cursor` class
 
         This command is similar to execute + iter; however it supports endless
         data streams. The feature is not available in PostgreSQL, but some
-        implementations exist: Materialize `TAIL`__ and CockroachDB
+        implementations exist: Materialize `SUBSCRIBE`__ and CockroachDB
         `CHANGEFEED`__ for instance.
 
         The feature, and the API supporting it, are still experimental.
         Beware... ðŸ‘€
 
-        .. __: https://materialize.com/docs/sql/tail/#main
+        .. __: https://materialize.com/docs/sql/subscribe/
         .. __: https://www.cockroachlabs.com/docs/stable/changefeed-for.html
 
         The parameters are the same of `execute()`.