Re: problem with recreating database with export

Поиск
Список
Период
Сортировка
От Raymond O'Donnell
Тема Re: problem with recreating database with export
Дата
Msg-id 5064A3F2.60409@iol.ie
обсуждение исходный текст
Ответ на Re: problem with recreating database with export  (Dennis Gearon <gearond@sbcglobal.net>)
Список pgsql-general
On 27/09/2012 15:55, Dennis Gearon wrote:
> <note to future>
> To anyone reading this in the future, if you have problems importing a
> plain text database export, it is usually impossible to do:
> psql -d some_dbase -f the_backup.sql. I don't know why. What works is

I think that's a bit of an over-generalisation. :-) What errors do you get?

> doing 'cd ./the_files_directory', going INTO psql command line, then
> issuing '\i the_backup.sql', and it's really fast. 8 seconds for 128
> mbyte file.

That's equivalent to passing the name of the file to psql via the -f
option... assuming of course that you're in the same directory as the
file; otherwise pass the full relative or absolute path.

Ray.


--
Raymond O'Donnell :: Galway :: Ireland
rod@iol.ie


В списке pgsql-general по дате отправления:

Предыдущее
От: Rob Sargent
Дата:
Сообщение: Re: PostgreSQL, OLAP, and Large Clusters
Следующее
От: Dennis Gearon
Дата:
Сообщение: Re: problem with recreating database with export