/docker-postgresql-windows

PostgreSQL Windows Docker container

Primary LanguagePowerShell

Dockerized PostgreSQL for Windows (Server 2019)

See the PostgreSQL markdown file in Knowledge Base for more info.

Running additional scripts at first run

Any *.sql or *.cmd files will be run in the appropriate context if placed within the docker-entrypoint-initdb.d/ folder.

Quote and Backslash rules in Windows Containers

Command Quotes Double Backslash
RUN Yes Yes
RUN No No