How come column is locked?

From: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
To: pgsql-sql <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: How come column is locked?
Date: 2023-07-04 14:34:40
Message-ID: CA+i5JwaZ5T1VSQ1GNPmx4DgYJcZpFwpfoAd0d+pG0XZgRuVi9w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I used

create table if not exists waternetwork1.walknetwortt3 (fid integer[]);

in do statement.

When I use
insert into waternetwork1.walknetwortt3 select fid from a function

it failed.

The column is locked.

Regards,

David

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message William Alves Da Silva 2023-07-04 14:40:23 Re: How come column is locked?
Previous Message Erik Brandsberg 2023-06-26 16:21:35 Re: Window functions: frame-adhering aggregate without ORDER BY clause