Re: datestyle setting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: datestyle setting
Дата
Msg-id 20765.1110349646@sss.pgh.pa.us
обсуждение исходный текст
Ответ на datestyle setting  (Kenneth Gonsalves <lawgon@thenilgiris.com>)
Ответы Re: datestyle setting  (Kenneth Gonsalves <lawgon@thenilgiris.com>)
Список pgsql-sql
Kenneth Gonsalves <lawgon@thenilgiris.com> writes:
> i have a website with a postgresql backend. Being a shared site, i 
> have no root access. i do have shell access to the database, but 
> cannot create or drop the database. I access the database through 
> python scripts using the psycopg adapter. My question is, how do i 
> set the pgdatestyle in the database as 'European,sql'?

If it's a reasonably recent version of PG, either ALTER DATABASE SET
or ALTER USER SET might serve.
        regards, tom lane


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

Предыдущее
От: Kenneth Gonsalves
Дата:
Сообщение: datestyle setting
Следующее
От: Kenneth Gonsalves
Дата:
Сообщение: Re: datestyle setting