File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ and from [StackExchange Data Explorer](http://data.stackexchange.com).
1010
1111## Quickstart
1212
13- Install requirements, create a ` stackoverflow ` database, and use
14- ` load_into_pg.py ` script:
13+ Install requirements, create a new database (e.g. ` beerSO ` below), and use ` load_into_pg.py ` script:
1514
1615``` console
1716$ pip install -r requirements.txt
@@ -83,5 +82,6 @@ schema name: `SET search_path TO <myschema>;`
8382
8483## Acknowledgement
8584
86- [ @madtibo ] ( https://github.com/madtibo ) made significant contributions by adding ` jsonb ` and Foreign Key support.
87- [ @bersace ] ( https://github.com/bersace ) brought the dependencies and the ` README.md ` instructions into 2020.
85+ - [ @madtibo ] ( https://github.com/madtibo ) made significant contributions by adding ` jsonb ` and Foreign Key support.
86+ - [ @bersace ] ( https://github.com/bersace ) brought the dependencies and the ` README.md ` instructions into 2020s.
87+ - [ @rdrg109 ] ( https://github.com/rdrg109 ) simplified handling of non-public schemas and fixed bugs associated with re-importing tables.
You can’t perform that action at this time.
0 commit comments