Re: i have table

From: Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)com>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: i have table
Date: 2006-10-05 15:15:54
Message-ID: 200610051815.54282.achill@matrix.gatewaynet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Στις Πέμπτη 05 Οκτώβριος 2006 16:31, ο/η Tom Lane έγραψε:
> Achilleas Mantzios <achill(at)matrix(dot)gatewaynet(dot)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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Andrew Sullivan 2006-10-05 15:29:52 Re: i have table
Previous Message Tom Lane 2006-10-05 13:31:43 Re: i have table