Re: problem for o/p - Mailing list pgsql-hackers

From Michael Fuhr
Subject Re: problem for o/p
Date
Msg-id 20050911205707.GA7971@winnie.fuhr.org
Whole thread Raw
In response to problem for o/p  (rajinder ruprai <raj_roses@yahoo.co.in>)
List pgsql-hackers
On Sat, Sep 10, 2005 at 12:11:52PM +0100, rajinder ruprai wrote:
> i'am getting different o/p for the same program code as well as
> the data base is the same .twice the output is being printed on
> some machines whereas correct o/p on some.the program code is
[...]
> raise notice ' 'emp name %' ', e1;

Where do the database server's logs go?  You might be seeing duplicate
output because the server's logs are sent to the same terminal as the
client's output.

BTW, this doesn't belong on pgsql-hackers.

-- 
Michael Fuhr


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: -fPIC
Next
From: Tom Lane
Date:
Subject: Spinlocks, yet again: a new test case