Skip to content

Commit dd811a2

Browse files
authoredMay 28, 2018
Add PostGISExecuteAndLoadSQL
1 parent 97a2a46 commit dd811a2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@
9696
from .Polygonize import Polygonize
9797
from .PolygonsToLines import PolygonsToLines
9898
from .PostGISExecuteSQL import PostGISExecuteSQL
99+
from .PostGISExecuteAndLoadSQL import PostGISExecuteAndLoadSQL
99100
from .RandomExtract import RandomExtract
100101
from .RandomExtractWithinSubsets import RandomExtractWithinSubsets
101102
from .RandomPointsAlongLines import RandomPointsAlongLines
@@ -211,6 +212,7 @@ def getAlgs(self):
211212
Polygonize(),
212213
PolygonsToLines(),
213214
PostGISExecuteSQL(),
215+
PostGISExecuteAndLoadSQL(),
214216
RandomExtract(),
215217
RandomExtractWithinSubsets(),
216218
RandomPointsAlongLines(),

0 commit comments

Comments
 (0)
Please sign in to comment.