Re: [GENERAL] Localization Oracle vs. Postgresql

2003-08-29 Thread Terry Yapt
>Now I want to know if it is possible (when yes the how?) in Postgresql >To set dynamically the Localization? >For example in Oracle you can set the Localization for dates like this >Alter session set NLS_DATE_LANGUAGE=American NLS_TERRITORY=America SET DATESTYLE TO NonEuropean; > >This example

Re: [GENERAL] Localization Oracle vs. Postgresql

2003-08-29 Thread Terry Yapt
>For example in Oracle you can set the Localization for dates like this >Alter session set NLS_DATE_LANGUAGE=American NLS_TERRITORY=America SET DATESTYLE TO NonEuropean; >This example would set the Date-Localization to American but only for the actual >session. This one too I think so. >Is so