Re: Localization Oracle vs. Postgresql - Mailing list pgsql-general

From Terry Yapt
Subject Re: Localization Oracle vs. Postgresql
Date
Msg-id 220vkvcuvbsvu93fbbjfgikhoo4hdrll7v@4ax.com
Whole thread Raw
In response to Localization Oracle vs. Postgresql  ("Amin Schoeib" <aschoeib@4tek.de>)
List pgsql-general
>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 something like this possible in Postgresql???

Look at:
 http://www.postgresql.org/docs/7.3/static/sql-set.html

Greetings

pgsql-general by date:

Previous
From: Andrew Sullivan
Date:
Subject: Re: Database Replication
Next
From: "Williams, Travis L, NEO"
Date:
Subject: Re: Join question