I'm a beginner in PostgreSQL. I wonder why the \l
command in psql shows databases template0
and template1
.
I searched the web but unfortunately didn't find the right resources. But I did find that after removing both (template0
& template1
) we can't create new databases any more.