TTY debug

From: "Darko Prenosil" <darko_prenosil(at)yahoo(dot)com>
To: <pgsql-interfaces(at)postgresql(dot)org>
Subject: TTY debug
Date: 2001-11-21 18:41:20
Message-ID: 000c01c172bc$32b20470$ef00000a@darko
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

Does anyone know how to set the debug TTY in libpq client library ?
I did not find any example what to put in property pgtty:

PGconn *PQsetdbLogin(const char *pghost,
const char *pgport,
const char *pgoptions,
const char *pgtty,
const char *dbName,
const char *login,
const char *pwd)

I tried with :
/dev/ptsxx
/dev/pts/xx
ptsxx
pts/xx
but no result.

I've also tried with -o pgoption to set debug log file, but no output was written to that file.
I'm trying to debug some functions and without those two methods, it is very hard work !!!

Darko

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Eisentraut 2001-11-21 22:12:54 Re: Cross-references (was [PATCHES] PQescapeBytea documentation
Previous Message Joe Conway 2001-11-21 17:04:41 Re: [PATCHES] PQescapeBytea documentation patch