Обсуждение: DateStyle is Postgres with US (NonEuropean) conventions

Поиск
Список
Период
Сортировка

DateStyle is Postgres with US (NonEuropean) conventions

От
Marcos Lloret
Дата:
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

От
Denis Perchine
Дата:
> 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.