Re: How to print explain using PHP

Поиск
Список
Период
Сортировка
От Karel Zak
Тема Re: How to print explain using PHP
Дата
Msg-id Pine.LNX.3.96.1010109202517.12454N-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответ на How to print explain using PHP  ("Martin A. Marques" <martin@math.unl.edu.ar>)
Ответы Re: How to print explain using PHP  ("Martin A. Marques" <martin@math.unl.edu.ar>)
Re: How to print explain using PHP  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
On Tue, 9 Jan 2001, Martin A. Marques wrote:

> I'm working with PHP and Postgres, and if I try to do an EXPLAIN query, with
> PHP, to the postgres backend the output goes to the error_log file of apache
> and I don't know how to redirect that output to the browser.


 Good point, before some time somebody (Bruce?) ask if anything is
needful add to PostgreSQL extension in PHP. You found that...

PHP not support libpq's routine:

PQnoticeProcessor
PQsetNoticeProcessor(    PGconn *conn,
            PQnoticeProcessor proc,
            void *arg);



    Karel


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Quite strange crash
Следующее
От: "Martin A. Marques"
Дата:
Сообщение: Re: How to print explain using PHP