setting a non-standard date format for the duration of a session - Mailing list pgsql-sql

From Cris Carampa
Subject setting a non-standard date format for the duration of a session
Date
Msg-id c50t9n$s8v$1@floppy.pyrenet.fr
Whole thread Raw
Responses Re: setting a non-standard date format for the duration of a session  (Josh Berkus <josh@agliodbs.com>)
List pgsql-sql
I understand I can use the function to_date(s,f) for converting a string into a date using a non-standard format.

I'm wondering if there is a way to set a non-standard date format for
the duration of a session, something like the "ALTER SESSION SET
NLS_DATE_FORMAT='f'" Oracle statement.

Thank you. Kind regards, Cris


pgsql-sql by date:

Previous
From: "??"
Date:
Subject: Re: Unknown Exception (piaozhenyu@163.com)
Next
From: Stefan Weiss
Date:
Subject: Counting rows from two tables in one query