Achilleas Mantzios <[EMAIL PROTECTED]> 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 ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings