Re: date in european style

From: Terence Chan <pg(at)cetec(dot)com(dot)hk>
To: pgsql-admin(at)postgresql(dot)org
Subject: Re: date in european style
Date: 2001-02-22 07:03:36
Message-ID: 3A94B9C8.4040201@cetec.com.hk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Lincoln Yeoh 2001-02-22 07:13:14 RE: Re: [ADMIN] v7.1b4 bad performance
Previous Message Maggie Chan 2001-02-22 04:37:14 lock the database