How to Install and Uninstall postgresql10-pgsql-ogr-fdw Package on openSuSE Tumbleweed

Last updated: June 26,2024

1. Install "postgresql10-pgsql-ogr-fdw" package

Please follow the instructions below to install postgresql10-pgsql-ogr-fdw on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install postgresql10-pgsql-ogr-fdw

2. Uninstall "postgresql10-pgsql-ogr-fdw" package

Learn how to uninstall postgresql10-pgsql-ogr-fdw on openSuSE Tumbleweed:

$ sudo zypper remove postgresql10-pgsql-ogr-fdw

3. Information about the postgresql10-pgsql-ogr-fdw package on openSuSE Tumbleweed

Information for package postgresql10-pgsql-ogr-fdw:
---------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : postgresql10-pgsql-ogr-fdw
Version : 1.1.0-3.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 119,8 KiB
Installed : No
Status : not installed
Source package : postgresql10-pgsql-ogr-fdw-1.1.0-3.2.src
Summary : PostgreSQL OGR Foreign Data Wrapper
Description :
OGR is the vector half of the GDAL spatial data access library.
It allows access to a large number of GIS data formats using a simple C API for data reading and writing.
Since OGR exposes a simple table structure and PostgreSQL foreign data wrappers allow access to table structures, the fit seems pretty perfect.