How come column is locked? - Mailing list pgsql-sql

From Shaozhong SHI
Subject How come column is locked?
Date
Msg-id CA+i5JwaZ5T1VSQ1GNPmx4DgYJcZpFwpfoAd0d+pG0XZgRuVi9w@mail.gmail.com
Whole thread Raw
Responses Re: How come column is locked?
Re: How come column is locked?
Re: How come column is locked?
List 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

pgsql-sql by date:

Previous
From: Erik Brandsberg
Date:
Subject: Re: Window functions: frame-adhering aggregate without ORDER BY clause
Next
From: William Alves Da Silva
Date:
Subject: Re: How come column is locked?