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 3ea09af commit c9e218bCopy full SHA for c9e218b
pgrx/src/iter.rs
@@ -100,7 +100,7 @@ where
100
///
101
/// [`TableIterator`] is typically used as the return type of a `#[pg_extern]`-style function,
102
/// indicating that the function returns a table of named columns. [`TableIterator`] is
103
-/// generic over `T`, but that `T` must be a Rust tuple containing one or more elements. They
+/// generic over `Row`, but that `Row` must be a Rust tuple containing one or more elements. They
104
/// must also be "named" using pgrx's [`name!`][crate::name] macro. See the examples below.
105
106
/// It is a lightweight wrapper around an iterator, which you provide during construction. The
0 commit comments