| From: | Partyka Robert <bobson(at)saturn(dot)alpha(dot)pl> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: one ask |
| Date: | 2000-11-28 10:22:27 |
| Message-ID: | Pine.LNX.4.21.0011281116410.27443-100000@saturn.alpha.pl |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
> > any can explain me why I get every error and notice errors twice ?
>
> How did you start the postmaster?
>
> It looks like you might have the postmaster's stderr pointed at your
> terminal, which would mean that its attempts to write to a logfile
> will end up on your screen --- along with the message sent back to
> the client and printed by psql.
You right. I start postmaster like:
$ su - postgres
$ ../bin/pg_ctl -D /usr/local/pgsql/files start
and start psql on the same shell. So every errors and notices loops back
to me on screen ;) My mistake ;)
Thanks.
BoBsoN
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Partyka Robert | 2000-11-28 10:28:07 | win32 version of PG7.0.x? |
| Previous Message | thomas wong | 2000-11-28 09:31:08 | Re: Is this possible or am I on drugs :) |