Re: [HACKERS] INSERT INTO - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] INSERT INTO
Date
Msg-id 199905100453.AAA23604@candle.pha.pa.us
Whole thread Raw
Responses Re: [HACKERS] INSERT INTO  ("D'Arcy" "J.M." Cain <darcy@druid.net>)
List pgsql-hackers

Is this done?


> The pages at http://postgresql.nextpath.com/docs/user/sql-select.htm and
> http://postgresql.nextpath.com/docs/user/sql-insert.htm imply that SELECT
> INTO and INSERT INTO <table> SELECT <query> will work with existing
> tables but in fact it always creates the table and issues an error if
> they already exist.  What needs to be fixed here?  The code or the docs?
> 
> -- 
> D'Arcy J.M. Cain <darcy@{druid|vex}.net>   |  Democracy is three wolves
> http://www.druid.net/darcy/                |  and a sheep voting on
> +1 416 424 2871     (DoD#0082)    (eNTP)   |  what's for dinner.
> 
> 


--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] 64-bit hashjoins
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] ecpg fixes