Skip to content

Commit 8bcb728

Browse files
authored
Acknowledge @rdrg109's contributions.
1 parent 634c057 commit 8bcb728

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)