Re: [HACKERS] Date/time types: big changeu
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Lockhart <lockhart@alumni.caltech.edu>
Cc: Peter Eisentraut <peter_e@gmx.net>, Postgres Hackers List <hackers@postgreSQL.org>
Date: 2000-02-18T15:52:48Z
Lists: pgsql-hackers
Thomas Lockhart <lockhart@alumni.caltech.edu> writes: >> Or were you talking about a server-side env variable? > fwiw, we've already got that one... We do? (... examines code ...) By golly, you're right. OK, I agree with Peter: this is enough to save the day for a dbadmin who really really doesn't want to switch to default ISO datestyle, so I withdraw my complaint. I do, however, suggest that the backend env var needs to be documented more prominently than it is now. One might also ask why its set of allowed values is inconsistent with the SET command's (probably postgres.c ought to just call a routine in variable.c, rather than having its own parsing code)? regards, tom lane