Re: some ideas from users

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: some ideas from users
Дата
Msg-id 54709B1E.4020502@dunslane.net
обсуждение исходный текст
Ответ на some ideas from users  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: some ideas from users  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
On 11/22/2014 06:20 AM, Pavel Stehule wrote:
> Hi
>
> I did a week training and here are some ideas from people, who are 
> starting with Postgres.
>
> 1. possibility to set server side variables simply as psql option. 
> Motivation - more simple and natural changing datestyle for psql in 
> shell scripts. "--set" is allocated now, but theoretically we can use 
> any unknown long option as server side session variable.
>
> echo "select ..." | psql --datestyle=YMD --enable_seqscan=off

PGOPTIONS=--enable_seqscan=off psql ....


cheers

andrew





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

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: How to use brin indexes?
Следующее
От: David G Johnston
Дата:
Сообщение: Re: some ideas from users