Re: feature proposal ...

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Hans-Jürgen Schönig <postgres(at)cybertec(dot)at>
Cc: pgsql-hackers(at)postgresql(dot)org, eg(at)cybertec(dot)at
Subject: Re: feature proposal ...
Date: 2005-09-21 15:28:31
Message-ID: 14750.1127316511@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

=?ISO-8859-1?Q?Hans-J=FCrgen_Sch=F6nig?= <postgres(at)cybertec(dot)at> writes:
> COPY TO file_name USING some_select_statement;

I think this has been discussed before, check the archives.

> to implement the desired feature we just had to add some SPI code to the
> scenery (SPI will also return HeapTuples so it should fit in there).

Any implementation that depends on SPI here is wrong.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2005-09-21 15:31:42 Re: R: feature proposal ...
Previous Message Thomas Hallgren 2005-09-21 15:14:31 [Pljava-dev] Re: Where is pgxs?