Skip to content

Commit 0899178

Browse files
Put EE labels back to the cluster and CDC procedures (#2192) (#2200)
1 parent 6068d4a commit 0899178

File tree

1 file changed

+26
-15
lines changed

1 file changed

+26
-15
lines changed

modules/ROOT/pages/procedures.adoc

Lines changed: 26 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ For more information, see xref:authentication-authorization/index.adoc[Authentic
7575
|===
7676

7777

78+
7879
[[procedure_dbms_showcurrentuser]]
7980
=== dbms.showCurrentUser()
8081

@@ -178,12 +179,12 @@ It is therefore not supported by the parallel runtime.
178179
For more information, see the link:{neo4j-docs-base-uri}/cypher-manual/current/planning-and-tuning/runtimes/concepts#runtimes-parallel-runtime[Cypher Manual -> Parallel runtime].
179180
====
180181

181-
[role=label--enterprise-edition]
182+
182183
== Change Data Capture (CDC)
183184

184185
For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC documentation].
185186

186-
[role=label--deprecated-5.17]
187+
[role=label--enterprise-edition label--deprecated-5.17]
187188
[[procedure_cdc_current]]
188189
=== cdc.current()
189190

@@ -198,7 +199,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
198199
| *Replaced by* 3+| xref:procedures.adoc#procedure_db_cdc_current[`db.cdc.current()`]
199200
|===
200201

201-
[role=label--deprecated-5.17]
202+
[role=label--enterprise-edition label--deprecated-5.17]
202203
[[procedure_cdc_earliest]]
203204
=== cdc.earliest()
204205

@@ -213,7 +214,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
213214
| *Replaced by* 3+| xref:procedures.adoc#procedure_db_cdc_earliest[`db.cdc.earliest()`]
214215
|===
215216

216-
[role=label--deprecated-5.17 label--admin-only]
217+
[role=label--enterprise-edition label--deprecated-5.17 label--admin-only]
217218
[[procedure_cdc_query]]
218219
=== cdc.query()
219220

@@ -236,6 +237,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
236237
|===
237238

238239

240+
[role=label--enterprise-edition]
239241
[[procedure_db_cdc_current]]
240242
=== db.cdc.current()
241243

@@ -250,6 +252,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
250252
|===
251253

252254

255+
[role=label--enterprise-edition]
253256
[[procedure_db_cdc_earliest]]
254257
=== db.cdc.earliest()
255258

@@ -263,7 +266,7 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
263266
| *Mode* 3+| READ
264267
|===
265268

266-
[role=label--admin-only]
269+
[role=label--admin-only label--enterprise-edition]
267270
[[procedure_db_cdc_query]]
268271
=== db.cdc.query()
269272

@@ -284,12 +287,12 @@ For more information, see the link:{neo4j-docs-base-uri}/cdc/{page-version}/[CDC
284287
| *Mode* 3+| READ
285288
|===
286289

287-
[role=label--enterprise-edition]
290+
288291
== Cluster management
289292

290293
For more information, see xref:clustering/index.adoc[].
291294

292-
[role=label--admin-only]
295+
[role=label--admin-only label--enterprise-edition]
293296
[[procedure_dbms_cluster_checkConnectivity]]
294297
=== dbms.cluster.checkConnectivity()
295298

@@ -313,6 +316,7 @@ For more information, see xref:clustering/index.adoc[].
313316
|===
314317

315318

319+
[role=label--enterprise-edition]
316320
[[procedure_dbms_cluster_cordonServer]]
317321
=== dbms.cluster.cordonServer()
318322

@@ -333,6 +337,7 @@ Running the procedure with an admin privilege is deprecated.
333337
====
334338

335339

340+
[role=label--enterprise-edition]
336341
[[procedure_dbms_cluster_deallocateDatabaseFromServer]]
337342
=== dbms.cluster.deallocateDatabaseFromServer()
338343

@@ -357,6 +362,7 @@ Running the procedure with an admin privilege is deprecated.
357362
|===
358363

359364

365+
[role=label--enterprise-edition]
360366
[[procedure_dbms_cluster_deallocateDatabaseFromServers]]
361367
=== dbms.cluster.deallocateDatabaseFromServers()
362368

@@ -381,7 +387,7 @@ Running the procedure with an admin privilege is deprecated.
381387
|===
382388

383389

384-
390+
[role=label--enterprise-edition]
385391
[[procedure_dbms_cluster_deallocateNumberOfDatabases]]
386392
=== dbms.cluster.deallocateNumberOfDatabases()
387393

@@ -406,6 +412,7 @@ Running the procedure with an admin privilege is deprecated.
406412
|===
407413

408414

415+
[role=label--enterprise-edition]
409416
[[procedure_dbms_cluster_protocols]]
410417
=== dbms.cluster.protocols()
411418

@@ -423,7 +430,7 @@ Running the procedure with an admin privilege is deprecated.
423430
| *Mode* 3+| DBMS
424431
|===
425432

426-
[role=label--admin-only label--deprecated-5.6]
433+
[role=label--admin-only label--deprecated-5.6 label--enterprise-edition]
427434
[[procedure_dbms_cluster_readreplicatoggle]]
428435
=== dbms.cluster.readReplicaToggle()
429436

@@ -475,6 +482,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
475482
----
476483

477484

485+
[role=label--enterprise-edition]
478486
[[procedure_dbms_cluster_reallocateDatabase]]
479487
=== dbms.cluster.reallocateDatabase()
480488

@@ -498,6 +506,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
498506
|===
499507

500508

509+
[role=label--enterprise-edition]
501510
[[procedure_dbms_cluster_reallocateNumberOfDatabases]]
502511
=== dbms.cluster.reallocateNumberOfDatabases()
503512

@@ -520,6 +529,7 @@ CALL dbms.cluster.readReplicaToggle("neo4j", false)
520529
|===
521530

522531

532+
[role=label--enterprise-edition]
523533
[[procedure_dbms_cluster_recreateDatabase]]
524534
=== dbms.cluster.recreateDatabase()
525535

@@ -541,7 +551,7 @@ Further details on how to use the `dbms.cluster.recreateDatabase()` procedure ar
541551
If no topology option is defined, the database will be recreated with the previous topology.
542552
====
543553

544-
[role=label--deprecated-5.21]
554+
[role=label--deprecated-5.21 label--enterprise-edition]
545555
[[procedure_dbms_cluster_routing_getroutingtable]]
546556
=== dbms.cluster.routing.getRoutingTable()
547557

@@ -559,7 +569,7 @@ If no topology option is defined, the database will be recreated with the previo
559569
| *Mode* 3+| DBMS
560570
|===
561571

562-
[role=label--admin-only]
572+
[role=label--admin-only label--enterprise-edition]]
563573
[[procedure_dbms_cluster_secondaryreplicationdisable]]
564574
=== dbms.cluster.secondaryReplicationDisable()
565575

@@ -608,6 +618,7 @@ CALL dbms.cluster.secondaryReplicationDisable("neo4j", false)
608618
----
609619

610620

621+
[role=label--enterprise-edition]
611622
[[procedure_dbms_cluster_setAutomaticallyEnableFreeServers]]
612623
=== dbms.cluster.setAutomaticallyEnableFreeServers()
613624

@@ -629,7 +640,7 @@ Running the procedure with an admin privilege is deprecated.
629640
====
630641

631642

632-
[role=label--admin-only]
643+
[role=label--admin-only label--enterprise-edition]
633644
[[procedure_dbms_cluster_statusCheck]]
634645
=== dbms.cluster.statusCheck()
635646

@@ -655,7 +666,7 @@ Running the procedure with an admin privilege is deprecated.
655666
|===
656667

657668

658-
[role=label--deprecated-5.23]
669+
[role=label--deprecated-5.23 label--enterprise-edition]
659670
[[procedure_dbms_cluster_uncordonServer]]
660671
=== dbms.cluster.uncordonServer()
661672

@@ -676,7 +687,7 @@ Running the procedure with an admin privilege is deprecated.
676687
Running the procedure with an admin privilege is deprecated.
677688
====
678689

679-
[role=label--admin-only]
690+
[role=label--admin-only label--enterprise-edition]
680691
[[procedure_dbms_setDefaultAllocationNumbers]]
681692
=== dbms.setDefaultAllocationNumbers()
682693

@@ -691,7 +702,7 @@ Running the procedure with an admin privilege is deprecated.
691702
| *Mode* 3+| WRITE
692703
|===
693704

694-
[role=label--admin-only]
705+
[role=label--admin-only label--enterprise-edition]
695706
[[procedure_dbms_showTopologyGraphConfig]]
696707
=== dbms.showTopologyGraphConfig()
697708

0 commit comments

Comments
 (0)