-
Notifications
You must be signed in to change notification settings - Fork 75
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
Postgres loader does not change the table suffixes in environment-postgresql.sql for different release types #59
Comments
Not sure about load_release-postgresq.sh but my way to load the RF2 files is to use the load-postgresql.sql scripts directly. |
In https://github.com/IHTSDO/snomed-database-loader/blob/master/PostgreSQL/README.md, it says to use load_release-postgresql.sh, so I was just doing whatever is documented. If I should use load-postgresql.sql directly with hand-editing, perhaps change the README? That is what I ended up doing (hand-editing). I am not using the INT structure, I'm using the US structure. If it helps, here it is:
|
In load_release-postgresql.sh, it asks for loadType (DELTA, SNAP, FULL, ALL), but then the code to adjust
environment-postgresql.sql
is commented out, soenvironment-postgresql.sql
always has tables ending in_f
, which only matches the FULL type.The text was updated successfully, but these errors were encountered: