Thread: DateStyle is Postgres with US (NonEuropean) conventions

DateStyle is Postgres with US (NonEuropean) conventions

From
Marcos Lloret
Date:
hi list,

i have start postgresql doing    postmaster -i &

and  this is what i am getting in the shell.

NOTICE:  DateStyle is Postgres with US (NonEuropean) conventions
NOTICE:  DateStyle is Postgres with US (NonEuropean) conventions
NOTICE:  DateStyle is Postgres with US (NonEuropean) conventions
NOTICE:  DateStyle is Postgres with US (NonEuropean) conventions

and continuos.

does anyone know how can start postgres to prevent from this?

thanks.

marcos
marcos@ival.es



Re: DateStyle is Postgres with US (NonEuropean) conventions

From
Denis Perchine
Date:
> i have start postgresql doing    postmaster -i &
>
> and  this is what i am getting in the shell.
>
> NOTICE:  DateStyle is Postgres with US (NonEuropean) conventions
> NOTICE:  DateStyle is Postgres with US (NonEuropean) conventions
> NOTICE:  DateStyle is Postgres with US (NonEuropean) conventions
> NOTICE:  DateStyle is Postgres with US (NonEuropean) conventions
>
> and continuos.
>
> does anyone know how can start postgres to prevent from this?

postmaster -i -o -e &

CU,
Denis.