| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Joe Conway <mail(at)joeconway(dot)com>, Andreas Pflug <Andreas(dot)Pflug(at)web(dot)de>, Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>, "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org> |
| Subject: | Re: [HACKERS] allowed user/db variables |
| Date: | 2003-07-20 04:00:57 |
| Message-ID: | 200307200400.h6K40va19355@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > Tom Lane wrote:
> >> This reminds me, someone (Barry?) was griping that SHOW DATESTYLE
> >> doesn't produce a value that SET DATESTYLE will take. Did we agree
> >> that it was OK to change the output to look like "ISO, US" etc?
>
> > Is this a TODO?
>
> No, it's a DONE.
I just tried this with CVS:
test=> show datestyle;
DateStyle
---------------------------------------
ISO with US (NonEuropean) conventions
(1 row)
test=> set datestyle = 'ISO with US (NonEuropean) conventions';
ERROR: SET DATESTYLE: invalid list syntax
Am I missing something?
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-07-20 04:23:00 | Re: [HACKERS] allowed user/db variables |
| Previous Message | Tom Lane | 2003-07-20 03:56:20 | Re: Urgent: 10K or more connections |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2003-07-20 04:23:00 | Re: [HACKERS] allowed user/db variables |
| Previous Message | Tom Lane | 2003-07-20 03:19:59 | Re: [HACKERS] allowed user/db variables |