Postgress jobs stick around after they have completed

Поиск
Список
Период
Сортировка
От Chris Ruprecht
Тема Postgress jobs stick around after they have completed
Дата
Msg-id 00cd01c0fda9$d5552000$5dd26383@corp.compucom.com
обсуждение исходный текст
Ответы Re: Postgress jobs stick around after they have completed  (Grant <grant@conprojan.com.au>)
Список pgsql-php
Hi all,

This is on:
RedHat Linux 7.0
Apache 1.3.20
PHP 4.0.6
PostGreSQL 7.1.2

I run a procedure which does a  $conn = pg_connect(...); and later a $res =
pg_close( $conn );
The later returns '1' as a result - not sure if that is good or bad (0 =
false, 1 = true?). However, I have the completed job still hanging around
when I do a ps -ef:
postgres  7493   928 14 13:55 ?        00:00:34 postgres: apache phones
[local]

Where am I going wrong?

Best regards,
Chris


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


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

Предыдущее
От: "Brent R. Matzelle"
Дата:
Сообщение: pg_last_notice() function added in php 4.0.6!
Следующее
От: Grant
Дата:
Сообщение: Re: Postgress jobs stick around after they have completed