Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Already on GitHub? Sign in to your account
Postgres build does not respect Makefile SCHEMA #195
Comments
|
One possibility for doing this might be to create a temporary schema (e.g.,
|
alistairewj
self-assigned this
Apr 14, 2017
alistairewj
added a commit
that referenced
this issue
Apr 14, 2017
|
|
alistairewj |
daf6f89
|
alistairewj
added a commit
that referenced
this issue
Apr 14, 2017
|
|
alistairewj |
6e4fa48
|
|
Thanks - eventually figured out you can set the schema via the command line using the options flag: |
tnaumann commentedApr 11, 2017
The top level Makefile specifies
SCHEMA=mimiciiiwhich suggests that it can be changed. However,postgres_create_tables.sqlignores this configuration and hard codes the schema.