Skip to content

Commit ddceec4

Browse files
authored
create functions in the bat file
1 parent b13c49e commit ddceec4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

concepts/postgres_make_concepts_windows.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ REM a search path of "public,mimiciii" will search both public and mimiciii
1818
REM schemas for data, but will create tables on the public schema
1919
SET "PSQL_PREAMBLE=SET search_path TO public,mimiciii"
2020

21+
ECHO ===
22+
ECHO Generating needed functions.
23+
ECHO ===
24+
"%PSQL_PATH%" "%CONNSTR%" < postgres-functions.sql
25+
2126
ECHO ===
2227
ECHO Beginning to create tables for MIMIC database.
2328
ECHO Any notices of the form "NOTICE: TABLE "XXXXXX" does not exist" can be ignored.

0 commit comments

Comments
 (0)