Drop column and multiple db query

Started by Russ McBrideover 24 years ago6 messagesgeneral
Jump to latest
#1Russ McBride
Russ@psyex.com

Do any of the developers out there have a feeling on when the DROP
COLUMN command feature might be available? Or being able to query
across multiple db's?

Russ

#2Bruce Momjian
bruce@momjian.us
In reply to: Russ McBride (#1)
Re: Drop column and multiple db query

Do any of the developers out there have a feeling on when the DROP
COLUMN command feature might be available? Or being able to query
across multiple db's?

I would like to do it for 7,3.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
#3Command Prompt, Inc.
pgsql-general@commandprompt.com
In reply to: Russ McBride (#1)
Re: Drop column and multiple db query

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@commandprompt.com
http://www.postgresql.info/
http://www.commandprompt.com/

#4Jean-Michel POURE
jm.poure@freesurf.fr
In reply to: Russ McBride (#1)
Re: Drop column and multiple db query

At 15:37 05/11/01 -0800, you wrote:

Do any of the developers out there have a feeling on when the DROP COLUMN
command feature might be available? Or being able to query across
multiple db's?

We asked hackers a couple of times for the implementation of ALTER TABLE
DROP COLUMN, CREATE OR REPLACE VIEW and CREATE OR REPLACE TRIGGER. I am
learning C because nobody seems to be working on these features. I do not
know the level of expertise needed. It will not be before 7.2.

Hopefully, we will try to include pseudo modification features in pgAdmin2
soon.

Querying across multiple dbs is more tricky but also scheduled when schema
support is available (after 7.2).

Best regards,
Jean-Michel POURE

#5Jean-Michel POURE
jm.poure@freesurf.fr
In reply to: Jean-Michel POURE (#4)
Re: Drop column and multiple db query

At 09:19 06/11/01 +0100, you wrote:

I am learning C because nobody seems to be working on these features.

Sorry Bruce, I read your reply after sending mine.
Best regards, Jean-Michel POURE

#6Culley Harrelson
Culley_Harrelson@pgn.com
In reply to: Jean-Michel POURE (#5)
Re: Drop column and multiple db query

Correct me if I'm wrong but this doesn't work if there are additional tables that rely on the table to be dropped for RI constraints.

culley

"Command Prompt, Inc." <pgsql-general@commandprompt.com> 11/05/01 04:30PM >>>

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@commandprompt.com
http://www.postgresql.info/
http://www.commandprompt.com/

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org