|
|
| · · · · · · · | |
|
Re: Pgadmin III not honoring DATESTYLE
pgAdmin works with DATESTYLE=ISO to ensure that dates cannot be
misinterpreted when using servers with different settings. Supporting differing
datestyles on different servers is not easy to do and can lead to user
confusion. As an administration tool we prefer pgAdmin to remain
unambiguous rather than make it easy to unintentionally enter invalid data, or
misinterpret query results.
Regards, Dave
|