File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
python/core/auto_additions Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3438
3438
Qgis .PostgresRelKind .CompositeType .__doc__ = "Composition type"
3439
3439
Qgis .PostgresRelKind .ToastTable .__doc__ = "TOAST table"
3440
3440
Qgis .PostgresRelKind .ForeignTable .__doc__ = "Foreign table"
3441
- Qgis .PostgresRelKind .PartitionedTable .__doc__ = "PartionedTable "
3441
+ Qgis .PostgresRelKind .PartitionedTable .__doc__ = "Partitioned table "
3442
3442
Qgis .PostgresRelKind .__doc__ = 'Postgres database relkind options.\n \n .. versionadded:: 3.32\n \n ' + '* ``NotSet``: ' + Qgis .PostgresRelKind .NotSet .__doc__ + '\n ' + '* ``Unknown``: ' + Qgis .PostgresRelKind .Unknown .__doc__ + '\n ' + '* ``OrdinaryTable``: ' + Qgis .PostgresRelKind .OrdinaryTable .__doc__ + '\n ' + '* ``Index``: ' + Qgis .PostgresRelKind .Index .__doc__ + '\n ' + '* ``Sequence``: ' + Qgis .PostgresRelKind .Sequence .__doc__ + '\n ' + '* ``View``: ' + Qgis .PostgresRelKind .View .__doc__ + '\n ' + '* ``MaterializedView``: ' + Qgis .PostgresRelKind .MaterializedView .__doc__ + '\n ' + '* ``CompositeType``: ' + Qgis .PostgresRelKind .CompositeType .__doc__ + '\n ' + '* ``ToastTable``: ' + Qgis .PostgresRelKind .ToastTable .__doc__ + '\n ' + '* ``ForeignTable``: ' + Qgis .PostgresRelKind .ForeignTable .__doc__ + '\n ' + '* ``PartitionedTable``: ' + Qgis .PostgresRelKind .PartitionedTable .__doc__
3443
3443
# --
3444
3444
Qgis .PostgresRelKind .baseClass = Qgis
Original file line number Diff line number Diff line change @@ -3356,7 +3356,7 @@ class CORE_EXPORT Qgis
3356
3356
CompositeType, // !< Composition type
3357
3357
ToastTable, // !< TOAST table
3358
3358
ForeignTable, // !< Foreign table
3359
- PartitionedTable, // !< PartionedTable
3359
+ PartitionedTable, // !< Partitioned table
3360
3360
};
3361
3361
Q_ENUM ( PostgresRelKind )
3362
3362
You can’t perform that action at this time.
0 commit comments