Skip to content

Commit

Permalink
Add PostGISExecuteAndLoadSQL
Browse files Browse the repository at this point in the history
  • Loading branch information
anitagraser committed May 28, 2018
1 parent 97a2a46 commit dd811a2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/plugins/processing/algs/qgis/QgisAlgorithmProvider.py
Expand Up @@ -96,6 +96,7 @@
from .Polygonize import Polygonize
from .PolygonsToLines import PolygonsToLines
from .PostGISExecuteSQL import PostGISExecuteSQL
from .PostGISExecuteAndLoadSQL import PostGISExecuteAndLoadSQL
from .RandomExtract import RandomExtract
from .RandomExtractWithinSubsets import RandomExtractWithinSubsets
from .RandomPointsAlongLines import RandomPointsAlongLines
Expand Down Expand Up @@ -211,6 +212,7 @@ def getAlgs(self):
Polygonize(),
PolygonsToLines(),
PostGISExecuteSQL(),
PostGISExecuteAndLoadSQL(),
RandomExtract(),
RandomExtractWithinSubsets(),
RandomPointsAlongLines(),
Expand Down

0 comments on commit dd811a2

Please sign in to comment.