Re: How to import *.sql file to postgresql database

Поиск
Список
Период
Сортировка
От Edoardo Panfili
Тема Re: How to import *.sql file to postgresql database
Дата
Msg-id 4C435FEA.2050801@aspix.it
обсуждение исходный текст
Ответ на How to import *.sql file to postgresql database  (Andre Lopes <lopes80andre@gmail.com>)
Ответы Re: How to import *.sql file to postgresql database  (Andre Lopes <lopes80andre@gmail.com>)
Список pgsql-general
On 18/07/10 22.06, Andre Lopes wrote:
> Hi,
>
> I have a DUMP file with INSERT's commands. I need to import this data to
> postgresql database with the "psql" command.
>
> How can I do this task?

I think

psql -U user_name database_name <dump_file

EDoardo

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

Предыдущее
От: Andre Lopes
Дата:
Сообщение: Re: How to import *.sql file to postgresql database
Следующее
От: Andre Lopes
Дата:
Сообщение: Re: How to import *.sql file to postgresql database