There was an error while loading. Please reload this page.
1 parent 6237af3 commit 06b0198Copy full SHA for 06b0198
1 file changed
postgresql/documentation/lib.txt
@@ -288,6 +288,11 @@ that can be used in ILF libraries:
288
the symbol method *should not* be specified as the method annotation will be
289
automatically resolved based on the procedure's signature.
290
291
+ ``transient``
292
+ The Symbol is a statement that should *not* be retained. Specifically, it is
293
+ a statement object that will be discarded when the user discard the referenced
294
+ Symbol. Used in cases where the statement is used once or very infrequently.
295
+
296
297
Symbol Execution Methods
298
========================
0 commit comments