You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this image, the environment variables POSTGRES_DB, POSTGRES_USER and POSTGRES_PASSWORD can be used to change the database name, user name and password name, but not the schema name. So we want to be able to change the schema name using the new environment variable POSTGRES_SCHEMA.
The text was updated successfully, but these errors were encountered:
Does the default schema change anything about the way the initialization we perform works? (my gut reaction would be to suggest an early-initdb .sql file drop-in that does something like ALTER SCHEMA xxx RENAME TO yyy)
In this image, the environment variables POSTGRES_DB, POSTGRES_USER and POSTGRES_PASSWORD can be used to change the database name, user name and password name, but not the schema name. So we want to be able to change the schema name using the new environment variable POSTGRES_SCHEMA.
The text was updated successfully, but these errors were encountered: