tencentcloud-sdk-python-postgres 3.0.1374__tar.gz → 3.0.1376__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/PKG-INFO +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/setup.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/tencentcloud/__init__.py +1 -1
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/tencentcloud/postgres/v20170312/models.py +2 -2
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/tencentcloud_sdk_python_postgres.egg-info/PKG-INFO +1 -1
- tencentcloud-sdk-python-postgres-3.0.1376/tencentcloud_sdk_python_postgres.egg-info/requires.txt +1 -0
- tencentcloud-sdk-python-postgres-3.0.1374/tencentcloud_sdk_python_postgres.egg-info/requires.txt +0 -1
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/README.rst +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/setup.cfg +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/tencentcloud/postgres/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/tencentcloud/postgres/v20170312/__init__.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/tencentcloud/postgres/v20170312/errorcodes.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/tencentcloud/postgres/v20170312/postgres_client.py +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/tencentcloud_sdk_python_postgres.egg-info/SOURCES.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/tencentcloud_sdk_python_postgres.egg-info/dependency_links.txt +0 -0
- {tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/tencentcloud_sdk_python_postgres.egg-info/top_level.txt +0 -0
{tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/setup.py
RENAMED
|
@@ -8,7 +8,7 @@ ROOT = os.path.dirname(__file__)
|
|
|
8
8
|
|
|
9
9
|
setup(
|
|
10
10
|
name='tencentcloud-sdk-python-postgres',
|
|
11
|
-
install_requires=["tencentcloud-sdk-python-common==3.0.
|
|
11
|
+
install_requires=["tencentcloud-sdk-python-common==3.0.1376"],
|
|
12
12
|
version=tencentcloud.__version__,
|
|
13
13
|
description='Tencent Cloud Postgres SDK for Python',
|
|
14
14
|
long_description=open('README.rst').read(),
|
|
@@ -5995,7 +5995,7 @@ class DatabasePrivilege(AbstractModel):
|
|
|
5995
5995
|
|
|
5996
5996
|
def __init__(self):
|
|
5997
5997
|
r"""
|
|
5998
|
-
:param _Object: 数据库对象,当ObjectType为database时,
|
|
5998
|
+
:param _Object: 数据库对象,当ObjectType为database时,DatabaseName/SchemaName/TableName可为空;当ObjectType为schema时,SchemaName/TableName可为空;当ObjectType为column时,TableName不可为空,其余情况均可为空。
|
|
5999
5999
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6000
6000
|
:type Object: :class:`tencentcloud.postgres.v20170312.models.DatabaseObject`
|
|
6001
6001
|
:param _PrivilegeSet: 指定账号对数据库对象拥有的权限列表
|
|
@@ -6007,7 +6007,7 @@ class DatabasePrivilege(AbstractModel):
|
|
|
6007
6007
|
|
|
6008
6008
|
@property
|
|
6009
6009
|
def Object(self):
|
|
6010
|
-
"""数据库对象,当ObjectType为database时,
|
|
6010
|
+
"""数据库对象,当ObjectType为database时,DatabaseName/SchemaName/TableName可为空;当ObjectType为schema时,SchemaName/TableName可为空;当ObjectType为column时,TableName不可为空,其余情况均可为空。
|
|
6011
6011
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
6012
6012
|
:rtype: :class:`tencentcloud.postgres.v20170312.models.DatabaseObject`
|
|
6013
6013
|
"""
|
tencentcloud-sdk-python-postgres-3.0.1376/tencentcloud_sdk_python_postgres.egg-info/requires.txt
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
tencentcloud-sdk-python-common==3.0.1376
|
tencentcloud-sdk-python-postgres-3.0.1374/tencentcloud_sdk_python_postgres.egg-info/requires.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
tencentcloud-sdk-python-common==3.0.1374
|
{tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/README.rst
RENAMED
|
File without changes
|
{tencentcloud-sdk-python-postgres-3.0.1374 → tencentcloud-sdk-python-postgres-3.0.1376}/setup.cfg
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|