pg_dump locking info

From: Thom Brown <thom(at)linux(dot)com>
To: pgsql-docs <pgsql-docs(at)postgresql(dot)org>
Subject: pg_dump locking info
Date: 2010-08-15 09:01:18
Message-ID: AANLkTi=B3x8MQQvd_xyncArJ9CLPT3cSu8-UjVNZVopr@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Is this right? I'm looking at
http://www.postgresql.org/docs/current/static/backup-dump.html

It says, "pg_dump does not block other operations on the database
while it is working. (Exceptions are those operations that need to
operate with an exclusive lock, such as most forms of ALTER TABLE.)"

So pg_dump actually performs an ALTER TABLE sometimes? :S

--
Thom Brown
Registered Linux user: #516935

Responses

Browse pgsql-docs by date

  From Date Subject
Next Message Thom Brown 2010-08-15 09:29:39 Re: pg_dump locking info
Previous Message Robert Haas 2010-08-15 01:57:43 Re: pgcrypto links