Re: Per-database/schema settings

Поиск
Список
Период
Сортировка
От Karel Zak
Тема Re: Per-database/schema settings
Дата
Msg-id Pine.LNX.3.96.1000710093345.24431H-100000@ara.zf.jcu.cz
обсуждение исходный текст
Ответ на Re: Per-database/schema settings  (Karel Zak <zakkr@zf.jcu.cz>)
Список pgsql-hackers
On Mon, 10 Jul 2000, Karel Zak wrote:
> 
> I don't know how much problematic it is, but the oracle has this feature
> (NSL_DATE_FORMAT in ALTER SESSION, etc)
Note, I see Oracle's docs, and NSL_DATE_FORMAT is probably used as
default format template for to_char/to_date, and it allowe
SELECT TO_CHAR(sysdate) FROM DUAL;

(is possible in Oracle formatting/parsing datetime without to_char(), like
postgresql timestamp_in/out?)
Hmm, PG and Oracle date/time design is probably more different. I was not
total right in the previous letter.                    Karel



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: Re: [BUGS] Unnexpected results using to_number()
Следующее
От: Philip Warner
Дата:
Сообщение: Re: Progress report: intraquery memory recovery in executor