Re: Changing transform_null_equals (and other settings)
- From: Andreas Kretschmer <akretschmer(at)spamfence(dot)net>
- To: pgsql-novice(at)postgresql(dot)org
- Subject: Re: Changing transform_null_equals (and other settings)
- Date: Thu, 19 Mar 2009 08:08:51 +0100
- Message-id: <20090319070851.GA8634@tux> <text/plain>
David Saracini <dsaracini(at)yahoo(dot)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°
Home |
Main Index |
Thread Index