Re: Restore postgres database problem

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Restore postgres database problem
Дата
Msg-id 20050128054818.GA95253@winnie.fuhr.org
обсуждение исходный текст
Ответ на Restore postgres database problem  (Inpreet Singh <Singh.Inpreet@netsity.com>)
Список pgsql-admin
On Fri, Jan 28, 2005 at 11:00:44AM +0530, Inpreet Singh wrote:

> Yes it returning carriage returns. I am pasting below the output to the
> command u send to me
>
> *******Linux Prompt**********************
> [root@localhost inpreet]# head postgres.sql | cat -v
> --^M
> -- PostgreSQL database cluster dump^M
> --^M

You could strip the carriage returns with tr, sed, perl, dos2unix,
etc.  Here's an example:

tr -d '\r' < postgres.sql > fixed.sql  # or pipe into psql

What kind of system did you create the dump on?  How did you transfer
the file?  If you can figure out how the carriage returns got there
then you might be able to prevent it from happening in the future.

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: Michael Fuhr
Дата:
Сообщение: Re: Restore postgres database problem
Следующее
От: prabhath g
Дата:
Сообщение: Re: [pgsql-chat] Installation of pgsql 8.0 on windows