Database names ...

Поиск
Список
Период
Сортировка
От Tomas
Тема Database names ...
Дата
Msg-id 392CD463.4BA5BB16@takas.lt
обсуждение исходный текст
Ответы Re: Database names ...
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Postmaster is getting bigger
Следующее
От: Gunnar R|nning
Дата:
Сообщение: Postgresql 7.0 JDBC exceptions - broken connections ?