We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a2a46 commit dd811a2Copy full SHA for dd811a2
python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
@@ -96,6 +96,7 @@
96
from .Polygonize import Polygonize
97
from .PolygonsToLines import PolygonsToLines
98
from .PostGISExecuteSQL import PostGISExecuteSQL
99
+from .PostGISExecuteAndLoadSQL import PostGISExecuteAndLoadSQL
100
from .RandomExtract import RandomExtract
101
from .RandomExtractWithinSubsets import RandomExtractWithinSubsets
102
from .RandomPointsAlongLines import RandomPointsAlongLines
@@ -211,6 +212,7 @@ def getAlgs(self):
211
212
Polygonize(),
213
PolygonsToLines(),
214
PostGISExecuteSQL(),
215
+ PostGISExecuteAndLoadSQL(),
216
RandomExtract(),
217
RandomExtractWithinSubsets(),
218
RandomPointsAlongLines(),
0 commit comments