We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa073ab commit 2009eabCopy full SHA for 2009eab
Dockerfile
@@ -168,8 +168,8 @@ gosu postgres \$PG_BIN/psql -p 5437 -h localhost -d postgres << 'SQL'
168
ALTER USER postgres WITH PASSWORD 'Q1234567';
169
SELECT 'CREATE DATABASE postgresus OWNER postgres'
170
WHERE NOT EXISTS (SELECT FROM pg_database WHERE datname = 'postgresus')
171
-\gexec
172
-\q
+\\gexec
+\\q
173
SQL
174
175
# Start the main application
0 commit comments