File tree mimic-iv/concepts_postgres postgres-functions.sql1 file changed +1 -1lines changedmimic-iv/concepts_postgres/postgres-functions.sql +1-1 Original file line numberDiff line numberDiff line change @@ -3,7 +3,7 @@ 3 3--...
concepts_postgres code_status.sql comorbidity elixhauser_ahrq_v37.sql elixhauser_ahrq_v37_no_drg.sql elixhauser_quan.sql elixhauser_score_ahrq.sql elixhauser_score_quan.sql demographics heightweight.sql icustay_detail.sql icustay_hours.sql icustay_times.sql note_counts.sql weig...
Postgres session, depending on context, might be referred to asPostgres connectionorbackend. Under normal circumstances, whenever you establish a new connection to Postgres (e.g. viapsqlor from Rails), a new Postgres session is instantiated. It’s closed when the connection closes. That perhaps ...
EDB Postgres Advanced Server Version 13 Documentation and release notes. Oracle database compatibility with higher security and data redaction for Enterprises.
EDB Postgres Advanced Server creates a profile nameddefaultthat's associated with a new role when the role is created unless you specify an alternative profile. If you upgrade to EDB Postgres Advanced Server from a previous server version, existing roles are automatically assigned to thedefaultprofile...
otherwise they remain in the top-level directory. The[postgres](/mimic-iv/concepts_postgres)subfolder contains automatically generated PostgreSQL versions of these scripts;[see below for how these were generated](#postgresql-concepts). Concepts are categorized into folders if possible, otherwise they ...
There were a few scripts that weren't working in the MIMIC-III folder. This PR: Adds a shell script which converts BigQuery syntax to PostgreSQL syntax, and outputs a postgres-make-concepts.sql sc...