Jump to content

PostgreSQL postgis

From annawiki
Revision as of 2025-08-12T14:01:23 by Tobiasco (talk | contribs) (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;")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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;