-
Notifications
You must be signed in to change notification settings - Fork 75
Docs for DEFAULT LANGUAGE #2153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: cypher-25
Are you sure you want to change the base?
Conversation
8c1daaa
to
e96937a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some comments around the documentation, but it also raised some questions regarding implementation 🙈
modules/ROOT/images/privileges_grant_and_deny_syntax_dbms_privileges.svg
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/alter-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/composite-databases/create-composite-databases.adoc
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/alter-databases.adoc
Show resolved
Hide resolved
modules/ROOT/pages/database-administration/standard-databases/listing-databases.adoc
Outdated
Show resolved
Hide resolved
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ||
| name | type | aliases | access | databaseID | serverID | address | role | writer | requestedStatus | currentStatus | statusMessage | default | home | currentPrimariesCount | currentSecondariesCount | requestedPrimariesCount | requestedSecondariesCount | creationTime | lastStartTime | lastStopTime | store | lastCommittedTxn | replicationLag | constituents | defaultLanguage | options | | ||
+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | ||
| "movies" | "standard" | ["films", "motion pictures"] | "read-write" | "C066801F54B44EA1520F0FE392B4005AABF42D8DD0A5FD09969B955575D287D5" | "e3063985-e2f4-4728-824b-a7d53779667a" | "localhost:7687" | "primary" | TRUE | "online" | "online" | "" | FALSE | FALSE | 1 | 0 | 1 | 0 | 2023-08-14T10:01:29.074Z | 2023-08-14T10:01:29.074Z | NULL | "record-aligned-1.1" | 3 | 0 | [] | "CYPHER 5" | {} | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will we need to update this to CYPHER 25
when we set the setting to that?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's just an example, I don't think it really matters which value we use as long as it is valid.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know if we have testing of these files but if so that might start failing since I don't think we explicitly set the default language and therefore it'll likely switch 🤷
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure if this is verified or not, perhaps someone from the docs team knows.
modules/ROOT/pages/database-administration/aliases/manage-aliases-standard-databases.adoc
Outdated
Show resolved
Hide resolved
modules/ROOT/pages/authentication-authorization/dbms-administration.adoc
Show resolved
Hide resolved
This PR includes documentation updates Updated pages: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From when I added the optional keywords OBS ONLY FOR CYPHER 25
Should probably follow whatever we end up doing in #2216
…listing-databases.adoc Co-authored-by: Therese Magnusson <scout.therese@gmail.com>
also update to not say we can manage aliases using the database management privileges
needed some updates after the rebase also added alter composite database as its own section in the syntax chapter
bc6eca8
to
da953a7
Compare
[[composite-databases-alter]] | ||
= Alter composite databases | ||
|
||
Composite databases can be altered using `ALTER DATABASE`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to have a link to the alter standard database page here?
we don't seem to have links to the create/delete standard db pages from the composite db pages so maybe not 🤷
@mnd999, @Hunterness, is this PR ready for docs' review? |
@renetapopova I think it might depend on what we decide on neo4j/docs-cypher#1123, if some of those parts should move from there to here? I think its fine for you to look it over as I believe all the things we want to cover is covered either here or by linking to that PR currently. Don't know if Mark have any other view of things 🤷 |
Builds on #2132Depends on neo4j/docs-cypher#1123
Not ready yet