Re: transaction limits?

From: MaXX <bs139412(at)skynet(dot)be>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: transaction limits?
Date: 2005-10-21 13:36:49
Message-ID: djaqtn$1f31$1@talisker.lacave.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

jeff sacksteder wrote:

> Are there known limits to how many rows can be inserted by one
> transaction, or does that just reflect the already documented row, table
> and database limits?
An error string in the source code stands:
"cannot have more than 2^32-1 commands in a transaction"
(#: access/transam/xact.c:510)

HTH,
--
MaXX

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wes Williams 2005-10-21 14:05:26 Re: password
Previous Message Martijn van Oosterhout 2005-10-21 12:04:45 Re: doc typo sql-reindex.html psql vs. postgres