Fixed some typos in the documentation and comments.

This commit is contained in:
huangj.fnst@fujitsu.com
2021-10-14 11:13:16 +05:30
committed by Akshay Joshi
parent 8b7b63868f
commit 8a21d9b500
15 changed files with 23 additions and 23 deletions

View File

@@ -518,7 +518,7 @@ class CollationView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, coid=None, only_sql=False):
"""
This function will delete existing the collation object
This function will delete the existing collation object
Args:
gid: Server Group ID
@@ -575,7 +575,7 @@ class CollationView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, coid):
"""
This function will updates existing the collation object
This function will updates the existing collation object
Args:
gid: Server Group ID

View File

@@ -498,7 +498,7 @@ class SynonymView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, syid=None, only_sql=False):
"""
This function will delete existing the synonym object
This function will delete the existing synonym object
Args:
gid: Server Group ID
@@ -555,7 +555,7 @@ class SynonymView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, syid):
"""
This function will updates existing the synonym object
This function will updates the existing synonym object
Args:
gid: Server Group ID

View File

@@ -434,7 +434,7 @@ class ColumnsView(PGChildNodeView, DataTypeReader):
@check_precondition
def delete(self, gid, sid, did, scid, tid, clid=None):
"""
This function will updates existing the schema object
This function will updates the existing schema object
Args:
gid: Server Group ID
@@ -501,7 +501,7 @@ class ColumnsView(PGChildNodeView, DataTypeReader):
@check_precondition
def update(self, gid, sid, did, scid, tid, clid):
"""
This function will updates existing the schema object
This function will updates the existing schema object
Args:
gid: Server Group ID

View File

@@ -547,7 +547,7 @@ class CompoundTriggerView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, tid, **kwargs):
"""
This function will updates existing the compound trigger object
This function will updates the existing compound trigger object
Args:
gid: Server Group ID
@@ -618,7 +618,7 @@ class CompoundTriggerView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, tid, trid):
"""
This function will updates existing the compound trigger object
This function will updates the existing compound trigger object
Args:
gid: Server Group ID

View File

@@ -670,7 +670,7 @@ class IndexesView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, tid, **kwargs):
"""
This function will updates existing the schema object
This function will updates the existing schema object
Args:
gid: Server Group ID
@@ -739,7 +739,7 @@ class IndexesView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, tid, idx):
"""
This function will updates existing the schema object
This function will updates the existing schema object
Args:
gid: Server Group ID

View File

@@ -640,7 +640,7 @@ class TriggerView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, tid, **kwargs):
"""
This function will updates existing the trigger object
This function will updates the existing trigger object
Args:
gid: Server Group ID
@@ -710,7 +710,7 @@ class TriggerView(PGChildNodeView, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, tid, trid):
"""
This function will updates existing the trigger object
This function will updates the existing trigger object
Args:
gid: Server Group ID

View File

@@ -1075,7 +1075,7 @@ class TypeView(PGChildNodeView, DataTypeReader, SchemaDiffObjectCompare):
@check_precondition
def update(self, gid, sid, did, scid, tid):
"""
This function will updates existing the type object
This function will updates the existing type object
Args:
gid: Server Group ID
@@ -1138,7 +1138,7 @@ class TypeView(PGChildNodeView, DataTypeReader, SchemaDiffObjectCompare):
@check_precondition
def delete(self, gid, sid, did, scid, tid=None, only_sql=False):
"""
This function will updates existing the type object
This function will updates the existing type object
Args:
gid: Server Group ID