Skip to content

Commit 3da8239

Browse files
committed
readme: mention that the CREATE permission is required 📝
1 parent 7c14774 commit 3da8239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ env PGDATABASE=postgres psql -c 'create database vbb_2022_02_25'
6868
export PGDATABASE=vbb_2022_02_25
6969
```
7070

71+
*Note*: `gtfs-via-postgres` generates SQL that contains the `CREATE EXTENSION postgis` instruction. For this to work, the PostgreSQL user you're connecting as needs the `CREATE` [permission](https://www.postgresql.org/docs/14/ddl-priv.html) on the database. Also, the `postgis` extension must either be marked as trusted (by putting `trusted = true` into `$(pg_config --sharedir)/extension/postgis.control`), or your user must be a superuser.
72+
7173
Install `gtfs-via-postgres` and use it to import the GTFS data:
7274

7375
```sh

0 commit comments

Comments
 (0)