...
Code Block | ||
---|---|---|
| ||
cd <Unzip Folder>/database/postgres/install <Path C:\path\to\ psql.exe> -U postgres -h hostname -p 5432 -d flexdeploy -a -b -e -f CreateFlexDeploySchemas.sql > PostgresDDL.txt |
...
Code Block | ||
---|---|---|
| ||
cd <Unzip Folder>/database/postgres/install <Path C:\path\to\ psql.exe> -U postgres -h hostname -p 5432 -d flexdeploy -a -b -e -f CreateFlexDeploySchemas.sql > PostgresDDL.txt |