Ron Peterson <rpeterso(at)mtholyoke(dot)edu> writes:
> I just updated a table to have a larger column size as follows.
> alter table attributes_log alter column attribute_name type varchar(48);
How come this refers to "attributes_log" while your failing command is
an insert into "attributes"?
regards, tom lane