Fixed description for schema example
The schema example referenced isolated as the namevar but in the description it said that the schema jane would be created. Fixed by updating description to say schema named isolated will be created.
This commit is contained in:
parent
a1edd262d8
commit
029ec9fcf3
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,7 @@ This defined type can be used to create a schema. For example:
|
|||
db => 'janedb',
|
||||
}
|
||||
|
||||
It will create the schema `jane` in the database `janedb` if neccessary,
|
||||
It will create the schema `isolated` in the database `janedb` if neccessary,
|
||||
assigning the user `jane` ownership permissions.
|
||||
|
||||
####`namevar`
|
||||
|
|
Loading…
Reference in a new issue