mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed some typos in the documentation and comments.
This commit is contained in:
committed by
Akshay Joshi
parent
8b7b63868f
commit
8a21d9b500
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user