Re: NOTICE: DateStyle is Postgres with Eropean convention

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Marcos Lloret <marcos(at)second(dot)ival(dot)es>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: NOTICE: DateStyle is Postgres with Eropean convention
Date: 2000-06-16 00:27:16
Message-ID: 2435.961115236@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Marcos Lloret <marcos(at)second(dot)ival(dot)es> writes:
> i have restart postgresql with

> postmaster -i -o -e &

> and every time the servlets (via web) are accesing to posgres
> database it shows, in the shell, this:

> NOTICE: DateStyle is Postgres with European conventions

As Thomas pointed out, NOTICE traffic on the postmaster log is pretty
common (just try a vacuum or an explain verbose if you want to see a
lot more...). I think your mistake is in not redirecting the
postmaster's log output somewhere else than your terminal. See for
example http://www.postgresql.org/docs/postgres/postmaster.htm

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message KMiller 2000-06-16 00:42:42 Please help - installation problem - configure output included
Previous Message Ed Loehr 2000-06-15 22:59:33 Re: db design question