Re: table restruct...

From: "David M(dot) Richter" <d(dot)Richter(at)dkfz-heidelberg(dot)de>
To: Kovacs Baldvin <kb136(at)hszk(dot)bme(dot)hu>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: table restruct...
Date: 2001-09-20 14:31:20
Message-ID: 3BA9FDB8.109C1A5@dkfz-heidelberg.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi!

Thanks, to You!

Yes I have to do . Now I solved that problem with rename the original
table study to _study
then create the new right structured table study , Insert into study
(chilioid,...,...) SELECT * FROM _study;
Ok not elegant but it works.

Another questions:
Can I change the physical order of the rows in a database?
Is the order of a database under all circumstances the same? (in pg)

That is essential for my further restruction of the database...

Thanks a lot

David

Attachment Content-Type Size
d.Richter.vcf text/x-vcard 498 bytes

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Stephan Szabo 2001-09-20 14:46:04 Re: table restruct...
Previous Message Patrik Kudo 2001-09-20 13:57:42 Re: Selecting latest value