Apparently there is a database “postgres” that is created by default on each postgresql server installation. Can anyone tell me or point me to documentation what it is used for?
Apparently there is a database postgres that is created by default on each postgresql
Share
It appears that it does not really have a well-defined purpose. According to the docs:
(Source: http://www.postgresql.org/docs/current/app-initdb.html )