From: | Fabrice Scemama <fabrice(dot)scemama(at)gesnet(dot)net> |
---|---|
To: | |
Cc: | Pgsql-sql <pgsql-sql(at)postgresql(dot)org> |
Subject: | Re: Deleting a COL |
Date: | 2000-04-02 16:04:13 |
Message-ID: | 38E76F7D.30248E46@gesnet.net |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-sql |
Personnally, i do this:
alter table xxx rename bad_col to ___scratchY;
where Y is a number.
Every day, just before the vacuum is done, a cron
will stop the daemon and make the operation being
proposed below, if ___scratchYs fields are found.
I suspect databases like SQL Server7
to announce delete row possible, but to content
themselves with renaming and hiding.
"John M. Flinchbaugh" wrote:
>
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Sat, 1 Apr 2000, Antonio Lagnada wrote:
> > Does anyone know how to delete a column in PostgreSQL?
> > I cannot find the SQL command to do it.
>
> i don't think you can. you can though create a new table with the
> desired fields, select or insert into it from the old table, drop the old
> table, then rename the new to the old.
>
> ____________________}John Flinchbaugh{______________________
> | glynis(at)hjsoft(dot)com http://www.hjsoft.com/~glynis/ |
> ~~Powered by Linux: Reboots are for hardware upgrades only~~
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.0.0 (GNU/Linux)
> Comment: For info see http://www.gnupg.org
>
> iEYEARECAAYFAjjm26AACgkQCGPRljI8080B6ACgkQzO5QKrSOogVK2WDYYiyAdK
> nAYAn0xWRca+n+05m0mEVdmGDgsyBWKz
> =iIus
> -----END PGP SIGNATURE-----
--
"Ce n'est pas parce qu'on dit : "Fermez la porte, il fait froid
dehors", qu'il fait moins froid dehors quand la porte est fermee." --
Pierre Dac
From | Date | Subject | |
---|---|---|---|
Next Message | =?iso-8859-2?Q?Tomasz_Szcz=B1chor?= | 2000-04-03 05:22:53 | approve VKPts5 unsubscribe pgsql-sql |
Previous Message | swohaagh | 2000-04-02 09:55:53 | SPSS |