Search Postgresql Archives

Re: Postgres 8.3.10 Alter Table Waiting issue

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 16 Jun 2011, at 18:30, Pratheeban Jebasingh Tharmaraj wrote:

> Hi Team,
> 
> I am trying to add column to the table that's hanging.
> 
> alter table hr_firms add column_name biginit;

                                       ^^^^^^
                                       typo?

> This is the lock I see in the db
> 
>  relation      |   564709 | 586888   |      |       |            |               |         |       |          | 1/8                | 1871 | AccessExclusiveLock | f
> 
> Version of postgres: 8.3.10 
> 
> Is it known issue or any fix available?

You have some uncommitted transaction (by the process with pid 1871) on that table that's preventing the database from altering the table. Close that session and it should continue.

Alban Hertroys

--
Screwing up is an excellent way to attach something to the ceiling.


!DSPAM:737,4dfa4bb912092131128697!



-- 
Sent via pgsql-general mailing list (pgsql-general@xxxxxxxxxxxxxx)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]
  Powered by Linux