Re: [BUGS] BUG #14645: Can't use psql from within program used by "copy ... from program" script?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [BUGS] BUG #14645: Can't use psql from within program used by "copy ... from program" script?
Дата
Msg-id 28788.1494096540@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [BUGS] BUG #14645: Can't use psql from within program used by "copy ... fromprogram" script?  (john@7fff.com)
Список pgsql-bugs
John Norman <john@7fff.com> writes:
> And also in the category of the obvious: I double-checked the PG log, and
> now see line 5: psql: command not found

Yeah, I was about to mention that --- given a properly set up server,
any stderr bleats from the invoked program would be getting captured
in the postmaster log.

> My bad. Sorry to use up your time.

NP
        regards, tom lane


-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

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

Предыдущее
От: John Norman
Дата:
Сообщение: Re: [BUGS] BUG #14645: Can't use psql from within program used by"copy ... from program" script?
Следующее
От: Noah Misch
Дата:
Сообщение: Re: [BUGS] Concurrent ALTER SEQUENCE RESTART Regression