Matt Doggett wrote:
Hi-
I have a database with a mixed upper/lower case name (eg. "testA").
When I try to create a new database using this database as a template,
pgAdmin responds with "ERROR! Template database testa does not exist."
I can create a new database using the command line :> createdb
EMAIL PROTECTED]
>Subject: [pgadmin-support] mixed case database name
>
>Hi-
>
>I have a database with a mixed upper/lower case name (eg. "testA").
>When I try to create a new database using this database as a template,
>pgAdmin responds with "ERROR! Template databas
Hi-
I have a database with a mixed upper/lower case name (eg. "testA").
When I try to create a new database using this database as a template,
pgAdmin responds with "ERROR! Template database testa does not exist."
I can create a new database using the command line :> createdb -T
"testA" newdb.