Jump to content

PostgreSQL postgis: Difference between revisions

From annawiki
Created page with "Example for Ubuntu and osmdb apt install postgis psql -d xxx //xxx=any dbname of a db one can connect to CREATE DATABASE osmdb; \c osmdb; CREATE EXTENSION postgis;"
(No difference)

Revision as of 2025-08-12T14:01:23

Example for Ubuntu and osmdb

apt install postgis
psql -d xxx //xxx=any dbname of a db one can connect to
CREATE DATABASE osmdb;
\c osmdb;
CREATE EXTENSION postgis;