Re: Does changing attribute order breaks something?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Does changing attribute order breaks something?
Дата
Msg-id 12662.1404149562@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Does changing attribute order breaks something?  (geohas <lists@hasibether.at>)
Список pgsql-hackers
geohas <lists@hasibether.at> writes:
> Are there any known issues when changing the attnums?

> airport=# update pg_attribute set attnum = 3 where attname = 'abc' and
> attrelid = 18328;
> UPDATE 1
> airport=# update pg_attribute set attnum = 2 where attname = 'foo' and
> attrelid = 18328;
> UPDATE 1

I assume you quickly found out that that totally broke your table,
so why are you asking?
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: Spinlocks and compiler/memory barriers
Следующее
От: Andres Freund
Дата:
Сообщение: Re: better atomics - v0.5