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: 2009-03-19 07:08:51
Message-ID: 20090319070851.GA8634@tux
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

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°

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Rob Richardson 2009-03-19 14:26:34 How do I drop something that might not exist?
Previous Message David Saracini 2009-03-19 01:06:31 Changing transform_null_equals (and other settings)