Re: Drop column and multiple db query

From: "Command Prompt, Inc(dot)" <pgsql-general(at)commandprompt(dot)com>
To: Russ McBride <Russ(at)psyex(dot)com>
Cc: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Drop column and multiple db query
Date: 2001-11-06 00:30:33
Message-ID: Pine.LNX.4.30.0111051628570.9889-100000@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> Do any of the developers out there have a feeling on when the DROP
> COLUMN command feature might be available?

I don't know if this will help you but until the DROP COLUMN feature is
added you could always use CREATE TABLE AS SELECT, drop the old table and
then rename the new.

> Or being able to query
> across multiple db's?

Let me know if you get an answer ;)

Sincerely,

Joshua Drake
Co-Author: Practical PostgreSQL
http://www.postgresql.info/

>
> Russ
>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://archives.postgresql.org
>

--
--
by way of pgsql-general(at)commandprompt(dot)com
http://www.postgresql.info/
http://www.commandprompt.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message john 2001-11-06 01:52:56 version 6.5.3 deletion
Previous Message Command Prompt, Inc. 2001-11-06 00:27:16 Re: Probably simple answer