| From: | Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at> |
|---|---|
| To: | Devendra Yadav <devendra(dot)857(at)gmail(dot)com> |
| Cc: | pgsql-admin(at)lists(dot)postgresql(dot)org |
| Subject: | Re: ALTER TABLE ADD COLUMN takes forever |
| Date: | 2021-03-30 11:12:16 |
| Message-ID: | 295d4316f690b7666dcd21b745a4163b88a5ee4b.camel@cybertec.at |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Mon, 2021-03-29 at 22:48 +0530, Devendra Yadav wrote:
> > I am running a query on a table - ALTER TABLE mytable ADD COLUMN deposited DOUBLE PRECISION DEFAULT 0.0;
> > >
> > > this query just runs forever.
> >
> > Then either you are using a PostgreSQL version older than v11, or there
> > is an open transaction that used the table and blocks you.
>
> We are using PostgreSQL v12.1
> There are no open transactions as the table is not blocked by any pid. However when i check pg_locks it say granted=false
> but nothing blocking it. Bit strange!!
As I replied in the other thread you started, you are probably blocked
by a prepared transaction.
Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Devendra Yadav | 2021-03-30 11:26:30 | Re: ALTER TABLE blocked |
| Previous Message | Laurenz Albe | 2021-03-30 11:09:36 | Re: ALTER TABLE blocked |