From ebe124eacd7c3faa36ed358e7cc1d7c5b419e5f6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:18:09 +0200 Subject: Merging upstream version 15.6. Signed-off-by: Daniel Baumann --- doc/src/sgml/html/infoschema-routine-sequence-usage.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/src/sgml/html/infoschema-routine-sequence-usage.html') diff --git a/doc/src/sgml/html/infoschema-routine-sequence-usage.html b/doc/src/sgml/html/infoschema-routine-sequence-usage.html index b560633..1a6d952 100644 --- a/doc/src/sgml/html/infoschema-routine-sequence-usage.html +++ b/doc/src/sgml/html/infoschema-routine-sequence-usage.html @@ -1,10 +1,10 @@ -37.43. routine_sequence_usage

37.43. routine_sequence_usage

- The view routine_sequence_usage is meant to identify all - sequences that are used by a function or procedure, either in the body or - in parameter default expressions. Currently, only sequences used in - parameter default expressions are tracked. A sequence is only included if - that sequence is owned by a currently enabled role. +37.43. routine_sequence_usage

37.43. routine_sequence_usage

+ The view routine_sequence_usage identifies all sequences + that are used by a function or procedure, either in the SQL body or in + parameter default expressions. (This only works for unquoted SQL bodies, + not quoted bodies or functions in other languages.) A sequence is only + included if that sequence is owned by a currently enabled role.

Table 37.41. routine_sequence_usage Columns

Column Type

@@ -56,4 +56,4 @@

Name of the sequence that is used by the function -


\ No newline at end of file +


\ No newline at end of file -- cgit v1.2.3