"Marcel Wolf" <mwolfs (AT) comcast (DOT) net> writes:
Quote:
How do I get the template0 to accept connections? |
It's not supposed to.
Quote:
I can get template1
to accept them. But then I have a problem with new databases inheriting
tables from the first database. |
The database used as the template is specified in your CREATE DATABASE
command. It has nothing to do with which DB you are connected to.
regards, tom lane
---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match