-
Notifications
You must be signed in to change notification settings - Fork 83
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
d8daad0
WIP default language docs
mnd999 ca3bb15
WIP default language docs
mnd999 1dbf83f
WIP default language docs
mnd999 706ff0a
Update modules/ROOT/pages/database-administration/standard-databases/…
mnd999 9372ad9
Add some sentences about default language and aliases
Hunterness d86efda
Add info about default language clauses for aliases
Hunterness 9577cbd
Document ALTER COMPOSITE DATABASE privilege
Hunterness d55d9df
Fixing smaller review comments
Hunterness a961af5
See if adding width makes the images visible
Hunterness da953a7
Update to handle the different syntaxes depending on cypher version
Hunterness 012e404
Add page for altering composite databases
Hunterness File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
26 changes: 26 additions & 0 deletions
26
...ages/database-administration/composite-databases/alter-composite-databases.adoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| :description: This page describes how to alter composite databases. | ||
| [role=enterprise-edition not-on-aura] | ||
| [[composite-databases-alter]] | ||
| = Alter composite databases | ||
|
|
||
| Composite databases can be altered using `ALTER DATABASE`. | ||
|
|
||
| == Syntax | ||
|
|
||
| [options="header", width="100%", cols="1m,5a"] | ||
| |=== | ||
| | Command | Syntax | ||
|
|
||
| | ALTER DATABASE | ||
| | | ||
| [source, syntax, role="noheader"] | ||
| ---- | ||
| ALTER DATABASE name [IF EXISTS] | ||
| SET DEFAULT LANGUAGE CYPHER {5\|25} | ||
| [WAIT [n [SEC[OND[S]]]]\|NOWAIT] | ||
| ---- | ||
| |=== | ||
|
|
||
| == Alter database default language | ||
| The `ALTER DATABASE` command can be used to set the default Cypher version for a composite database in addition to standard databases. | ||
| For more information see link:{neo4j-docs-base-uri}/cypher-manual/current/queries/select-version/#alter-default-cypher-version[Cypher Manual -> Queries -> Select Cypher version]. | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 🤷