Skip to content

Commit 5c1a666

Browse files
JPryce-Aklundhrenetapopova
authored andcommitted
update
1 parent 1b8e893 commit 5c1a666

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

modules/ROOT/pages/procedures/list-procedures.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
:description: This section explains the `SHOW PROCEDURES` command.
1+
:description: Information about the `SHOW PROCEDURES` command.
2+
:test-skip: true
23
= List procedures
34

45
Listing the available procedures can be done with `SHOW PROCEDURES`.
56
For general information about the `SHOW` command, see the link:{neo4j-docs-base-uri}/cypher-manual/clauses/show/[Cypher Manual -> SHOW].
67
// Link will not work yet.
78

9+
[[syntax]]
810
== Syntax
911

10-
For full details about the syntax descriptions, see xref:database-administration/syntax/#administration-syntax-reading[Administration command syntax].
12+
For full details about the syntax descriptions, see xref:database-administration/syntax.adoc#administration-syntax-reading[Administration command syntax].
1113

1214
[options="header", width="100%", cols="1,5a"]
1315
|===
@@ -57,6 +59,7 @@ This command cannot be used for LDAP users.
5759
When using the `RETURN` clause, the `YIELD` clause is mandatory and must not be omitted.
5860
====
5961

62+
[[return-columns]]
6063
== Return columns
6164

6265
`SHOW PROCEDURES` will produce a table with the following columns:
@@ -174,6 +177,7 @@ SHOW PROCEDURES EXECUTABLE BY jake
174177
----
175178

176179
[role=label--new-2026.05 label--cypher-25-only]
180+
[[composable-show-procedures]]
177181
== Combine `SHOW PROCEDURES` with other Cypher commands
178182

179183
`SHOW PROCEDURES` can be combined with other Cypher commands to form a single query.

0 commit comments

Comments
 (0)