Re: How to just "link" to some data feed - Mailing list pgsql-jdbc

From Albretch Mueller
Subject Re: How to just "link" to some data feed
Date
Msg-id 9ef66fac0806031959y34442b49s70b2fef47893905a@mail.gmail.com
Whole thread Raw
In response to Re: How to just "link" to some data feed  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: How to just "link" to some data feed  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-jdbc
On Tue, Jun 3, 2008 at 8:24 PM, Dave Cramer <pg@fastcrypt.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

pgsql-jdbc by date:

Previous
From: Dave Cramer
Date:
Subject: Re: How to just "link" to some data feed
Next
From: Oliver Jowett
Date:
Subject: Re: How to just "link" to some data feed