Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve database setup #216

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

g-tom
Copy link
Collaborator

@g-tom g-tom commented Sep 18, 2024

Improves documentation and fixes errors in schema script.

Tom Gottfried added 2 commits September 18, 2024 15:40
_ createdb and createuser are more portable and the unsafe password example
  is avoided.
_ PostGIS extension is already created in the schema script.
_ Setting default_with_oids=true is no longer possible. The behavior of OID
  columns changed with PostgreSQL 12 (currently the oldest supported version
  of PostgreSQL)
_ Remove duplicate table definition.
_ Ensure database setup fails in Docker if scripts contain errors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant