Re: debug a mess

Поиск
Список
Период
Сортировка
От Wei Weng
Тема Re: debug a mess
Дата
Msg-id 20030226161011.A28093@example.com
обсуждение исходный текст
Ответ на Re: debug a mess  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: debug a mess
Список pgsql-interfaces
On 25/02/03 16:27 -0500, Tom Lane wrote:
> Wei Weng <wweng@kencast.com> writes:
> > The entire code from PQconnect until PQfinish goes like this:
> 
> That sure looks harmless.  I wonder if there is something failing in the
> PQconnect() step (like the queries that libpq sends on its own)?
> 
> I'd suggest enabling query logging --- see postgresql.conf, or just do
>     export PGOPTIONS="--log_statement=1"
> before starting your program.  (Check Admin Guide first, as this
> parameter got renamed recently.)  Then look in the postmaster log to get
> a better idea of what's really going on.<snip>

Where is postmaster log? I found a new file in /var/log/pgsql. I put
log_connections = yes and syslog = 2 into my postgresql.conf file and expect
something to happen. Restarted postgresql service on my redhat 7.3 box and
tried a couple of queries with psql utility. Nothing seemed to have been
logged in /var/log/pgsql.

Under /var/lib/pgsql/data, there isn't any new files appearing. 

By the way, how do I check to see what kind of options had been used in my
postgresql build?


Thanks

Wei



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Advice Needed
Следующее
От: Tom Lane
Дата:
Сообщение: Re: debug a mess