From: | daniel <daniel(at)littlesaigon(dot)homedns(dot)org> |
---|---|
To: | PostGreSQL <pgsql-general(at)postgresql(dot)org> |
Cc: | John Sidney-Woollett <johnsw(at)wardbrook(dot)com> |
Subject: | Re: psql + autocommit |
Date: | 2004-09-15 21:25:24 |
Message-ID: | 4148B344.2080009@littlesaigon.homedns.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
daniel wrote:
put
\set AUTOCOMMIT 'off'
in your configuration file and you're done.
daniel
> John Sidney-Woollett wrote:
>
>> OK that's exactly what I want - thanks! I wasn't aware of a global
>> psqlrc file.
>>
>> BTW, I still think the default behaviour is incorrect...
>>
>> But at least I can work around it now and have the change be global. :)
>>
>> Thanks again
>>
>> John Sidney-Woollett
>>
>> Peter Eisentraut wrote:
>>
>>> John Sidney-Woollett wrote:
>>>
>>>> I'd like to see a global setting that I could change, not one on a
>>>> user by user basis...
>>>
>>>
>>>
>>>
>>> Then I suggest that in addition to the per-user configuration file
>>> ~/.psqlrc you implement a global configuration file
>>> /etc/postgresql/psqlrc. That would be the place you could put such
>>> a setting.
>>>
>>>
>>>> I'd also like a message in the Welcome banner telling me what the
>>>> current AUTOCOMMIT setting is...
>>>
>>>
>>>
>>>
>>> Put
>>>
>>> \echo 'AUTOCOMMIT is' :AUTOCOMMIT
>>>
>>> in your configuration file and you're done.
>>>
>>
>> ---------------------------(end of broadcast)---------------------------
>> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | John Sidney-Woollett | 2004-09-15 21:32:20 | Re: psql + autocommit |
Previous Message | Martijn van Oosterhout | 2004-09-15 21:07:03 | Re: division by zero issue |