Re: pg_dump

Поиск
Список
Период
Сортировка
От Bricklen Anderson
Тема Re: pg_dump
Дата
Msg-id 45661618.7070500@presinet.com
обсуждение исходный текст
Ответ на pg_dump  (Bob Pawley <rjpawley@shaw.ca>)
Список pgsql-general
Bob Pawley wrote:
> This is the example found in the documentation to dump a database.
>
> "Examples
>
> To dump a database:
>
> $ pg_dump mydb > db.out"
>
> The following - $ pg_dump aurel > aurel.out - gives me
>
> "ERROR:  syntax error at or near "$" at character 1"
>
> What am I missing???
>
> Bob
>
>

The "$" is part of the OS prompt. Windows would look something like
"c:\pg_dump mydb > db.out". Omit the "$" and it should be fine.

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

Предыдущее
От: Richard Broersma Jr
Дата:
Сообщение: Re: pg_dump
Следующее
От: Bob Pawley
Дата:
Сообщение: Re: pg_dump