CREATE DATABASE dbname
TEMPLATE template0;
If you want to change selection, open document below and click on "Move attachment"
PostgreSQL: Documentation: 16: 23.3. Template Databasesse the same settings it does. This is because template1 might contain encoding-specific or locale-specific data, while template0 is known not to. To create a database by copying template0, use: <span>CREATE DATABASE dbname TEMPLATE template0; from the SQL environment, or: createdb -T template0 dbname from the shell. It is possible to create additional template databases, and indeed one can copy any database in a cluster by s Summary
status | not read | | reprioritisations | |
---|
last reprioritisation on | | | suggested re-reading day | |
---|
started reading on | | | finished reading on | |
---|
Details