Re: Transactions

From: Joel Burton <jburton(at)scw(dot)org>
To: Karla Peralta <karlaper(at)elrosado(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: Transactions
Date: 2000-12-21 19:42:58
Message-ID: Pine.LNX.4.21.0012211442350.26909-100000@olympus.scw.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

> When I use the Begin and Commit in the program I get these :
>
> Notice: Begin: Already a transaction in progress
>
> Notice: Commit: no transaction in progress
>
> If I delete these options it works ok, but I want to manage the
> transactions.
>
> What can I do ???

Karla --

Are you trying this in psql, or through another inferface (perl, ODBC,
etc.)

--
Joel Burton <jburton(at)scw(dot)org>
Director of Information Systems, Support Center of Washington

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Alan Young 2000-12-21 20:09:41 How can I do this?
Previous Message David Merrill 2000-12-21 17:31:03 Re: Capturing all output from psql into a file