Skip to content

Commit 647c952

Browse files
selmaVH1DelazJ
authored andcommitted
Added missing Oracle Implementation in section 6.1
(cherry picked from commit b2257ad)
1 parent f2688bd commit 647c952

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/user_manual/introduction/project_files.rst

+7-6
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ The extension for QGIS projects is ``.qgs`` but when saving from QGIS,
111111
the default is to save using a compressed format with the ``.qgz``
112112
extension.
113113
The ``.qgs`` file is embedded in the ``.qgz`` file (a zip archive),
114-
together with its associated sqlite database (``.qgd``) for
114+
together with its associated SQLite database (``.qgd``) for
115115
:ref:`auxiliary data <vector_auxiliary_storage>`.
116116
You can get to these files by unzipping the ``.qgz`` file.
117117

@@ -122,18 +122,19 @@ You can get to these files by unzipping the ``.qgz`` file.
122122

123123
.. _`saveprojecttodb`:
124124

125-
Projects can also be saved/loaded to/from a PostgreSQL database using the
126-
following Project menu items:
125+
Projects can also be saved/loaded to/from a PostgreSQL, GeoPackage or
126+
Oracle database using the following Project menu items:
127127

128128
* :menuselection:`Project --> Open from`
129129
* :menuselection:`Project --> Save to`
130130

131131
Both menu items have a sub-menu with a list of extra project storage
132-
implementations (PostgreSQL and GeoPackage).
132+
implementations (PostgreSQL, GeoPackage and Oracle).
133133
Clicking the action will open a dialog to pick a GeoPackage connection
134-
and project or a PostgreSQL connection, schema and project.
134+
and project, a PostgreSQL connection, schema and project or Oracle
135+
connection, owner and project.
135136

136-
Projects stored in Geopackage or PostgreSQL can also be loaded
137+
Projects stored in GeoPackage, PostgreSQL or Oracle can also be loaded
137138
through the QGIS browser panel, either by double-clicking them or by
138139
dragging them to the map canvas.
139140

0 commit comments

Comments
 (0)