Skip to content

Commit 110e5f3

Browse files
committed
Removed unnecessary spaces.
1 parent 632a5e2 commit 110e5f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/current/v26.1/stored-procedures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For details, see [`CREATE PROCEDURE`]({% link {{ page.version.version }}/create-
3232

3333
SQL statements executed within stored procedures are tracked in the SQL statistics subsystem and will appear in the [**SQL Activity** > **Statements**]({% link {{ page.version.version }}/ui-statements-page.md %}) page and the [**Insights**]({% link {{ page.version.version }}/ui-insights-page.md %}) page in the DB Console. This allows you to monitor the performance and execution statistics of individual statements within your procedures.
3434

35-
These statements will also appear in the [**Transaction details**]({% link {{ page.version.version }}/ui-transactions-page.md %} #transaction-details-page) in the **Statement Fingerprints** table when the stored procedure is invoked as part of a transaction.
35+
These statements will also appear in the [**Transaction details**]({% link {{ page.version.version }}/ui-transactions-page.md %}#transaction-details-page) in the **Statement Fingerprints** table when the stored procedure is invoked as part of a transaction.
3636

3737
{{site.data.alerts.callout_info}}
3838
Statement diagnostics cannot be collected for statements executed within stored procedures. Statement diagnostics continue to work only for top-level statement executions. For details, see [Known limitations](#known-limitations).

src/current/v26.1/user-defined-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The basic components of a user-defined function are a name, list of arguments, r
3535

3636
SQL statements executed within user-defined functions are tracked in the SQL statistics subsystem and will appear in the [**SQL Activity** > **Statements**]({% link {{ page.version.version }}/ui-statements-page.md %}) page and the [**Insights**]({% link {{ page.version.version }}/ui-insights-page.md %}) page in the DB Console. This allows you to monitor the performance and execution statistics of individual statements within your functions.
3737

38-
These statements will also appear in the [**Transaction details**]({% link {{ page.version.version }}/ui-transactions-page.md %} #transaction-details-page) in the **Statement Fingerprints** table when the UDF is invoked as part of a transaction.
38+
These statements will also appear in the [**Transaction details**]({% link {{ page.version.version }}/ui-transactions-page.md %}#transaction-details-page) in the **Statement Fingerprints** table when the UDF is invoked as part of a transaction.
3939

4040
{{site.data.alerts.callout_info}}
4141
Statement diagnostics cannot be collected for statements executed within UDFs. Statement diagnostics continue to work only for top-level statement executions. For details, see [Known limitations](#known-limitations).

0 commit comments

Comments
 (0)