Replace list with show where possible#3084
Conversation
|
This PR includes documentation updates Updated pages: |
JPryce-Aklundh
left a comment
There was a problem hiding this comment.
Looks good. This PR does, however, raise a question about not using header anchors, since the changes this will effect will likely cause broken links from other manuals.
|
|
||
|
|
||
| == Grant privilege to list aliases | ||
| == Grant privilege to show aliases |
There was a problem hiding this comment.
This is a broader question I have: does it not make sense to use header anchors in the Ops Manual? Changing these headers may result in broken links from, e.g. the cypher manual and having anchors adds an extra layer of stability.
|
|
||
| [[grant-list-auth-rule-privilege]] | ||
| == Grant privilege to list auth rules | ||
| == Grant privilege to show auth rules |
There was a problem hiding this comment.
Here, for instance, the change in header is risk-free in terms of causing broken links.
| ==== | ||
|
|
||
| == Listen address configuration settings | ||
| == Showen address configuration settings |
There was a problem hiding this comment.
@renetapopova, should we replace 'listen' with 'showen' here?
|
|
||
| The procedure for listing queries, `dbms.listQueries()`, is replaced by the command for listing transactions, `SHOW TRANSACTIONS`. | ||
| This command returns information about the currently executing query in the transaction. | ||
| For more information on the command, see the link:{neo4j-docs-base-uri}/cypher-manual/current/clauses/transaction-clauses#query-listing-transactions[Cypher manual -> `SHOW TRANSACTIONS` command]. |
There was a problem hiding this comment.
| For more information on the command, see the xref:database-internals/show-and-terminate-transactions.adoc#show-transactions[Database internals -> Show and terminate transactions]. |
| === Call a procedure without arguments | ||
|
|
||
| This example calls the built-in procedure xref:procedures/built-in-procedures.adoc#procedure_db_labels[`db.labels()`], which lists all labels used in the database. | ||
| This example calls the built-in procedure xref:procedures/built-in-procedures.adoc#procedure_db_labels[`db.labels()`], which shows all labels used in the database. |
There was a problem hiding this comment.
nit: I think this procedure just lists all the labels without any further details, so we can use the verb 'lists' here.
|
|
||
| [[composite-databases-queries-listing-graphs]] | ||
| === Listing graphs | ||
| === Showing graphs |
There was a problem hiding this comment.
same here: This is a list of graph names. IMHO, 'Listing' is more accurate.
NataliaIvakina
left a comment
There was a problem hiding this comment.
Overall it looks good. I left a few comments
No description provided.