Re: psql scripts

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: psql scripts
Дата
Msg-id 16070.1131552476@sss.pgh.pa.us
обсуждение исходный текст
Ответ на psql scripts  (Ian Harding <harding.ian@gmail.com>)
Список pgsql-general
Ian Harding <harding.ian@gmail.com> writes:
> That being the case, what could be causing my script to slow to a
> crawl when redirected to psql, but run fine from inside psql with -i?

Readline issue maybe?  Please try this way
    psql -f script.sql
as well as the stdin way; then try both with -n (no readline) added.

Also, what platform is this on, and PG 8.0.whatexactly?

            regards, tom lane

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

Предыдущее
От: "codeWarrior"
Дата:
Сообщение: Re: insert on duplicate update?
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: Beyond the 1600 columns limit on windows