Re: How to just "link" to some data feed

From: "Albretch Mueller" <lbrtchx(at)gmail(dot)com>
To: pgsql-jdbc(at)postgresql(dot)org, "Dave Cramer" <pg(at)fastcrypt(dot)com>
Subject: Re: How to just "link" to some data feed
Date: 2008-06-04 02:59:49
Message-ID: 9ef66fac0806031959y34442b49s70b2fef47893905a@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-jdbc

On Tue, Jun 3, 2008 at 8:24 PM, Dave Cramer <pg(at)fastcrypt(dot)com> wrote:
. . .
>
> You can't.

Hmm! Doesn't PG have a way to do something like this, say in MySQL:

load data local infile 'uniq.csv' into table tblUniq
fields terminated by ','
enclosed by '"'
lines terminated by '\n'
(uniqName, uniqCity, uniqComments)

and even in low end (not real) DBs like MS Access?

Is there a technical reason for that, or should I apply for a RFE?

Thank you very much
lbrtchx

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Oliver Jowett 2008-06-04 03:03:49 Re: How to just "link" to some data feed
Previous Message Roberts, Jon 2008-06-04 02:10:45 Re: does postgresql works on distributed systems?

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2008-06-04 03:03:49 Re: How to just "link" to some data feed
Previous Message Dave Cramer 2008-06-04 00:24:47 Re: How to just "link" to some data feed