Re: gsoc ideas

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: longlong <asfnuts(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: gsoc ideas
Date: 2008-03-10 16:50:26
Message-ID: 20080310165026.GD8199@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Simon Riggs 2008-03-10 17:14:23 Re: [PERFORM] multi-threaded pgloader makes it in version 2.3.0
Previous Message Craig Ringer 2008-03-10 16:28:08 Re: ISO something like "#if 0 ... #endif" for SQL code