Re: i have table

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: i have table
Дата
Msg-id 12317.1160055103@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: i have table  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Ответы Re: i have table  (Achilleas Mantzios <achill@matrix.gatewaynet.com>)
Список pgsql-sql
Achilleas Mantzios <achill@matrix.gatewaynet.com> writes:
> Alright, you could play with something like:

> UPDATE pg_attribute SET attnum = <your number of ordering> where 
> attrelid=<your tableoid> and attname='<your column name>';

That's guaranteed to break his table, because the physical storage
of the rows won't have changed.  (To name only the most obvious
problem...)
        regards, tom lane


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

Предыдущее
От: Achilleas Mantzios
Дата:
Сообщение: Re: i have table
Следующее
От: Achilleas Mantzios
Дата:
Сообщение: Re: i have table