From: | Nigel Gilbert <N(dot)Gilbert(at)soc(dot)surrey(dot)ac(dot)uk> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | European date format option |
Date: | 2001-09-03 16:54:27 |
Message-ID: | p05100307b7b96507217f@[131.227.9.27] |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
The online documentation for SET says:
Running postmaster using the option -o -e to set dates to the
European convention.
but attempting to do this results in:
$ pg_ctl start -o -e
postmaster successfully started
$ /usr/local/pgsql/bin/postmaster: illegal option -- e
Try '/usr/local/pgsql/bin/postmaster --help' for more information.
using:
template1=# select version();
version
-----------------------------------------------------------------
PostgreSQL 7.1.2 on sparc-sun-solaris2.7, compiled by GCC 2.8.1
(1 row)
Is this a bug in postmaster or in the documentation? Is there a
workaround (I need all the dates for all connections to be in
DD-MM-YYYY format)?
Nigel Gilbert
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Snow | 2001-09-03 17:06:32 | Re: Perl won't eval PgSQL boolean value |
Previous Message | Joe Conway | 2001-09-03 16:25:37 | Re: query not using index |