Re: I: Migrating a very large db

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: samuele(dot)brignoli(at)darpha(dot)com
Cc: "PostgreSQL General List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: I: Migrating a very large db
Date: 2002-04-15 14:40:54
Message-ID: 22903.1018881654@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Samuele Brignoli" <samuele(dot)brignoli(at)darpha(dot)com> writes:
> ERROR: LockAcquire: holder table out of memory

You could probably work around that by increasing the postmaster
configuration parameter max_locks_per_transaction (note you will need to
restart postmaster to make it take effect). However, I'm curious to
know what you were doing that made it fail; I've not seen very many
reports of people running into this limit. How many tables are in this
database? Does PGAdmin try to restore them all in one transaction?
Also, do you have problems pg_dumping the database?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message ajimenez@servidor.unam.mx 2002-04-15 15:05:03 Re: I would preffer that postgresql start with the flag
Previous Message Doug McNaught 2002-04-15 14:27:34 Re: I would preffer that postgresql start with the flag -i