"\set AUTOCOMMIT off" has affect

From: Axel Straschil <axel(at)straschil(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: "\set AUTOCOMMIT off" has affect
Date: 2006-03-19 09:40:29
Message-ID: slrne1q9oc.8f6.axel@m2.sine
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello!

I want to disable autocommit, my psqlrc:

SET client_min_messages = 'WARNING';
SET add_missing_from = false;
\set AUTOCOMMIT off

it has no effect:

echo "show AUTOCOMMIT" | psql
SET
SET
autocommit
------------
on
(1 row)

How can I disable autocommit in psqlrc?

Thanks,
Axel.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Martijn van Oosterhout 2006-03-19 09:56:46 Re: PANIC: heap_update_redo: no block
Previous Message Alex bahdushka 2006-03-19 06:55:35 PANIC: heap_update_redo: no block