Re: Probably a stupid question

From: Nabil Sayegh <postgresql(at)e-trolley(dot)de>
To: pgsql-novice <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Probably a stupid question
Date: 2003-06-27 13:55:35
Message-ID: 1056722134.3251.53.camel@billy
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Am Fre, 2003-06-27 um 15.29 schrieb Dani Oderbolz:
> greg(at)turnstep(dot)com wrote:
>
> > ...
> >
> >
> >If you have already created the "MirrorHosts" table and do not want to
> >lose the data inside it, you could do this:
> >
> >CREATE TABLE mirrorhosts AS SELECT * FROM mirrorhosts

ALTER TABLE products RENAME TO items;

At least with 7.3.2

HTH
--
e-Trolley Sayegh & John, Nabil Sayegh
Tel.: 0700 etrolley /// 0700 38765539
Fax.: +49 69 8299381-8
PGP : http://www.e-trolley.de

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Dani Oderbolz 2003-06-27 14:43:49 Which GRANTS are needed on a Sequnce?
Previous Message Nabil Sayegh 2003-06-27 13:54:48 Re: Address Table