Re: Running sql files

Поиск
Список
Период
Сортировка
От Jaime Casanova
Тема Re: Running sql files
Дата
Msg-id 20041207165435.1127.qmail@web50007.mail.yahoo.com
обсуждение исходный текст
Ответ на Running sql files  ("Pradeepkumar, Pyatalo (IE10)" <Pradeepkumar.Pyatalo@honeywell.com>)
Список pgsql-admin
 --- "Pradeepkumar, Pyatalo (IE10)"
<Pradeepkumar.Pyatalo@honeywell.com> escribió:
>
> Hi,
>
> I just wanted to know how to disable the results
> being displayed on the
> screen.
> When I try the following command -
> $psql dbname < sqlfile
> The results of  the command are displayed on to the
> screen. In one file I am
> trying to populate a table with values ( There are
> more than 5000 tuples to
> be inserted).
> When I run this command, it displays the results on
> to the screen which I
> don't want to do.
> Could anyone help me in this.
>

$psql dbname < sqlfile > /dev/null

regards,
Jaime Casanova

_________________________________________________________
Do You Yahoo!?
Información de Estados Unidos y América Latina, en Yahoo! Noticias.
Visítanos en http://noticias.espanol.yahoo.com

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

Предыдущее
От: "Pascal Tufenkji"
Дата:
Сообщение: Connections
Следующее
От: Hemapriya
Дата:
Сообщение: vacuum analyze takes long time