Skip to content

Commit

Permalink
Fix alg description
Browse files Browse the repository at this point in the history
PostGIS DB - PostgreSQL DB

(cherry picked from commit 60ed888)
  • Loading branch information
Felis Pimeja authored and nyalldawson committed Nov 21, 2019
1 parent 4cfd354 commit f569212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/help/qgis.yaml
Expand Up @@ -234,9 +234,9 @@ qgis:importintospatialite: >
This algorithm imports a vector layer into a SpatiaLite database, creating a new table.

qgis:importintopostgis: >
This algorithm imports a vector layer into a PostGIS database, creating a new table.
This algorithm imports a vector layer into a PostgreSQL database, creating a new table.

Prior to this a connection between QGIS and the PostGIS database has to be created (for example with the DB Manager).
Prior to this a connection between QGIS and the PostgreSQL database has to be created (for example with the DB Manager).

qgis:joinattributesbylocation: >
This algorithm takes an input vector layer and creates a new vector layer that is an extended version of the input one, with additional attributes in its attribute table.
Expand Down

0 comments on commit f569212

Please sign in to comment.