Re: date in european style

Поиск
Список
Период
Сортировка
От Terence Chan
Тема Re: date in european style
Дата
Msg-id 3A94B9C8.4040201@cetec.com.hk
обсуждение исходный текст
Ответ на date in european style  (Salvador Mainé <salvamaine@yahoo.com>)
Список pgsql-admin
Try:-

su -l postgres -c "/usr/bin/pg_ctl -o "-o-e" -D $PGDATA -p
/usr/bin/postmaster start >/dev/null 2>&1" < /dev/null


Salvador Mainé wrote:

> Hello:
>
> I'm using postgresql v7.0.2, from RedHat 7.0 installation. How can I
> configure it to use dates in european format? I used to put -o-e in the
> execution of postmaster in /etc/rc.d/rc.init/postgresql, but now they
> use a different program to start (pg_ctl):
>
> su -l postgres -c "/usr/bin/pg_ctl -D $PGDATA -p /usr/bin/postmaster
> start >/dev/null 2>&1" < /dev/null
>
> Thanks in advance


В списке pgsql-admin по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Using the correct index
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: problem while compiling user c functions in 7.1beta4