Re: Script terminates even though ON_ERROR_STOP not set

From: Bradley Kieser <brad(at)kieser(dot)net>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: PgSQL ADMIN <pgsql-admin(at)postgresql(dot)org>
Subject: Re: Script terminates even though ON_ERROR_STOP not set
Date: 2005-01-15 10:41:40
Message-ID: 41E8F364.1010609@kieser.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

$ psql --version
psql (PostgreSQL) 7.4.1
contains support for command-line editing

# SELECT version();
version
---------------------------------------------------------------------------------------------------------
PostgreSQL 7.4.1 on i686-pc-linux-gnu, compiled by GCC gcc (GCC) 3.3.2
(Mandrake Linux 10.0 3.3.2-6mdk)
(1 row)

Michael Fuhr wrote:

>On Fri, Jan 14, 2005 at 06:11:27PM +0000, Bradley Kieser wrote:
>
>
>
>>Okay, Michael gets that trophy! Thanks Michael, it needed a commit.
>>However, this is odd. I get a "No transaction in progress" error coming
>>out on the commit, but at least it works, so I am happy!
>>
>>
>
>What version of the client and server are you using? For the client
>run "psql --version"; for the server execute "SELECT version();".
>Where do you have autocommit set? PostgreSQL 7.4 removed autocommit
>from the server and added it to the client; I wonder if you're using
>differing client and server versions that are causing confusion.
>
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Sander Steffann 2005-01-15 15:13:05 Less available diskspace after crashed CLUSTER
Previous Message Chris White (cjwhite) 2005-01-15 04:08:33 Re: Limiting size and number of transaction logs