Re: [HACKERS] datestyle GUC broken in HEAD?

2007-03-25 Thread Gregory Stark

"Tom Lane" <[EMAIL PROTECTED]> writes:

> What's your point?

Apparently my point is that I should have checked the docs before assuming I
understood how this variable worked. I guess I've never needed to touch it
before.

-- 
  Gregory Stark
  EnterpriseDB  http://www.enterprisedb.com


---(end of broadcast)---
TIP 9: In versions below 8.0, the planner will ignore your desire to
   choose an index scan if your joining column's datatypes do not
   match


Re: [HACKERS] datestyle GUC broken in HEAD?

2007-03-25 Thread Tom Lane
stark <[EMAIL PROTECTED]> writes:
> postgres=# show datestyle;
>  DateStyle 
> ---
>  ISO, DMY
> (1 row)
> postgres=# set datestyle='DMY,ISO';
> SET
> postgres=# show datestyle;
>  DateStyle 
> ---
>  ISO, DMY
> (1 row)

What's your point?

regards, tom lane

---(end of broadcast)---
TIP 7: You can help support the PostgreSQL project by donating at

http://www.postgresql.org/about/donate


[HACKERS] datestyle GUC broken in HEAD?

2007-03-24 Thread stark
(perhaps with the committing and then reversing of the custom variables
patch?)
postgres=# show datestyle;
 DateStyle 
---
 ISO, DMY
(1 row)
postgres=# set datestyle='DMY,ISO';
SET
postgres=# show datestyle;
 DateStyle 
---
 ISO, DMY
(1 row)
-- 
  Gregory Stark
  EnterpriseDB  http://www.enterprisedb.com
User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)


---(end of broadcast)---
TIP 5: don't forget to increase your free space map settings