Re: gsoc ideas - Mailing list pgsql-general

From Alvaro Herrera
Subject Re: gsoc ideas
Date
Msg-id 20080310165026.GD8199@alvh.no-ip.org
Whole thread Raw
In response to gsoc ideas  (longlong <asfnuts@gmail.com>)
List pgsql-general
longlong escribió:

> 3.sometimes, i want to copy data from one database to another. i think using
> COPY will simple the code. i want the content from COPY TO not store in the
> file, but in the memory, and i can COPY FROM the memory(i don't kown COPY
> with STDIN and STDOUT can do this or not.).

I don't think this is very interesting because you can do

pg_dump -t foo | psql

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

pgsql-general by date:

Previous
From: Craig Ringer
Date:
Subject: Re: ISO something like "#if 0 ... #endif" for SQL code
Next
From: Simon Riggs
Date:
Subject: Re: [PERFORM] multi-threaded pgloader makes it in version 2.3.0