Re: drop column

From: Russ McBride <Russ(at)psyex(dot)com>
To: pgsql-general(at)postgresql(dot)org, Keary Suska <hierophant(at)pcisys(dot)net>
Subject: Re: drop column
Date: 2001-10-18 20:10:47
Message-ID: v04210105b7f4e78f8e11@[192.168.1.103]
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Amen.

>Unfortunately, Postgres' greatest shortcoming (IMHO) is the inability to
>change table definitions much after creation. To effect any column changes
>besides DEFAULT clauses and indexing (and a few other options), you have to
>drop and re-create the table.
>
>Keary Suska
>Esoteritech, Inc.
>"Leveraging Open Source for a better Internet"
>
> > From: Peter Pilsl <pilsl(at)goldfisch(dot)at>
> > Date: Thu, 18 Oct 2001 10:44:34 +0200
> > To: postgres mailinglist <pgsql-general(at)postgresql(dot)org>
> > Subject: [GENERAL] drop column
> >
> > is there a trick to drop a column in a table ? or do I need to
> > recreate the table and drop the old one ?
> >
> > thnx,
> > peter
> >
> > --
> > mag. peter pilsl
> >
> > phone: +43 676 3574035
> > fax : +43 676 3546512
> > email: pilsl(at)goldfisch(dot)at
> > sms : pilsl(at)max(dot)mail(dot)at
> >
> > pgp-key available
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 3: if posting/reading through Usenet, please send an appropriate
> > subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> > message can get through to the mailing list cleanly
> >
>
>
>---------------------------(end of broadcast)---------------------------
>TIP 5: Have you checked our extensive FAQ?
>
>http://www.postgresql.org/users-lounge/docs/faq.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message David Ford 2001-10-18 20:23:04 Re: To Postgres Devs : Wouldn't changing the select limit
Previous Message roypgsqlgen 2001-10-18 19:56:20 Re: Can not input large text data