Re: How to convert US date format to European date format ?
В списке pgsql-general по дате отправления:
| От | John R Pierce |
|---|---|
| Тема | Re: How to convert US date format to European date format ? |
| Дата | |
| Msg-id | 5165BD52.8050500@hogranch.com обсуждение исходный текст |
| Ответ на | Re: How to convert US date format to European date format ? (Thomas Kellerer <spam_eater@gmx.net>) |
| Ответы |
Re: How to convert US date format to European date format ?
|
| Список | pgsql-general |
On 4/10/2013 6:15 AM, Thomas Kellerer wrote: > psql (one of the possible client applications) uses the "datestyle" > parameter to decide on how to format a date column when displaying it. > > If you change the "datestyle" parameter in postgresql.conf, it will > influence the way psql displays the date values. Probably pgAdmin will > also check that setting (as I don't use pgAdmin I can't really tell). PSQL doesn't use that, postgres itself does. it can be set on the fly with SET on a per-connection basis, or with ALTER DATABASE on a per-database basis. -- john r pierce 37N 122W somewhere on the middle of the left coast
В списке pgsql-general по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера