Thread: Changing transform_null_equals (and other settings)

Changing transform_null_equals (and other settings)

From
David Saracini
Date:
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
thatfile (via a text editor or pgAdmin III, etc) 

I hope my question makes sense.

Thanks in advance and cheers!

David

Re: Changing transform_null_equals (and other settings)

From
Andreas Kretschmer
Date:
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°