Skip to content

Commit

Permalink
create functions in the bat file
Browse files Browse the repository at this point in the history
  • Loading branch information
alistairewj authored Nov 22, 2020
1 parent b13c49e commit ddceec4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions concepts/postgres_make_concepts_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ REM a search path of "public,mimiciii" will search both public and mimiciii
REM schemas for data, but will create tables on the public schema
SET "PSQL_PREAMBLE=SET search_path TO public,mimiciii"

ECHO ===
ECHO Generating needed functions.
ECHO ===
"%PSQL_PATH%" "%CONNSTR%" < postgres-functions.sql

ECHO ===
ECHO Beginning to create tables for MIMIC database.
ECHO Any notices of the form "NOTICE: TABLE "XXXXXX" does not exist" can be ignored.
Expand Down

0 comments on commit ddceec4

Please sign in to comment.