Re: i have table

Поиск
Список
Период
Сортировка
От Achilleas Mantzios
Тема Re: i have table
Дата
Msg-id 200610051815.54282.achill@matrix.gatewaynet.com
обсуждение исходный текст
Ответ на Re: i have table  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Στις Πέμπτη 05 Οκτώβριος 2006 16:31, ο/η Tom Lane έγραψε:
> 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...)

Ooops....
Thanx for the info, altho i warned the guy to search before act.

>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings

--
Achilleas Mantzios


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: i have table
Следующее
От: Andrew Sullivan
Дата:
Сообщение: Re: i have table