"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