Re: Changing transform_null_equals (and other settings)

Поиск
Список
Период
Сортировка
От Andreas Kretschmer
Тема Re: Changing transform_null_equals (and other settings)
Дата
Msg-id 20090319070851.GA8634@tux
обсуждение исходный текст
Ответ на Changing transform_null_equals (and other settings)  (David Saracini <dsaracini@yahoo.com>)
Список pgsql-novice
David Saracini <dsaracini@yahoo.com> wrote:

>
> Hello all,
>
> Is there a way (via a sql cmd) to change the "default" value for this settings?
>
> So - just to be clear.  I understand that if I send the following command:
>
>    "set transform_null_equals to on;"
>
> I can set it for a given connection.  However, I guess what I really
> want to know, is there a way to literally (or effectively) change the
> value in the Postgresql.conf file via a sql cmd?  Or do I physically
> have to edit the value in that file (via a text editor or pgAdmin III,
> etc)

You have to edit the config, right. Alternatively, you can do:

alter user your_user_account set transform_null_equals to on;

In the future this user has always set this value.


Andreas
--
Really, I'm not out to destroy Microsoft. That will just be a completely
unintentional side effect.                              (Linus Torvalds)
"If I was god, I would recompile penguin with --enable-fly."   (unknown)
Kaufbach, Saxony, Germany, Europe.              N 51.05082°, E 13.56889°

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

Предыдущее
От: David Saracini
Дата:
Сообщение: Changing transform_null_equals (and other settings)
Следующее
От: "Rob Richardson"
Дата:
Сообщение: How do I drop something that might not exist?