Database names ... - Mailing list pgsql-interfaces

From Tomas
Subject Database names ...
Date
Msg-id 392CD463.4BA5BB16@takas.lt
Whole thread Raw
Responses Re: Database names ...
List pgsql-interfaces
I am using postgresql v. 7.0. Using psql with command
create database "NEW" I create a new database NEW (uppercase) and
create same tables in this database.
After this I create database copy with pg_dumpall.
But then I try to restore this database from copy, I receive
an error, because pg_dumpall exports commands without double
quotes: create database NEW ...
Can someone fix this error?

Tomas


pgsql-interfaces by date:

Previous
From: Tom Lane
Date:
Subject: Re: Postmaster is getting bigger
Next
From: Gunnar R|nning
Date:
Subject: Postgresql 7.0 JDBC exceptions - broken connections ?