Skip to content

Commit 06b0198

Browse files
author
James William Pye
committed
Document transient symbols.
1 parent 6237af3 commit 06b0198

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

postgresql/documentation/lib.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@ that can be used in ILF libraries:
288288
the symbol method *should not* be specified as the method annotation will be
289289
automatically resolved based on the procedure's signature.
290290

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+
291296

292297
Symbol Execution Methods
293298
========================

0 commit comments

Comments
 (0)