* Tom Lane wrote:
Christian Ullrich writes:
I tried adding a not-null column in one step and got a collation
error for a different column.
itd=> alter table livedata add column pricechanged timestamp not null default
current_timestamp;
ERROR: no collation was derived for column "whois_
Christian Ullrich writes:
> I tried adding a not-null column in one step and got a collation
> error for a different column.
> itd=> alter table livedata add column pricechanged timestamp not null default
> current_timestamp;
> ERROR: no collation was derived for column "whois_b" with collatabl
I tried adding a not-null column in one step and got a collation
error for a different column. Adding the column in several steps
works:
itd=> alter table livedata add column pricechanged timestamp not null default
current_timestamp;
ERROR: no collation was derived for column "whois_b" with co