Re: [GENERAL] [JDBC] How to just "link" to some data feed

2008-06-04 Thread Heikki Linnakangas
Albretch Mueller wrote: import/export the data into/out of PG, so you will be essentially duplicating the data and having to synch it. This is exactly what I am trying to avoid, I would like for PG to handle the data right from the data feed You could write a set-returning function that reads

Re: [GENERAL] [JDBC] How to just "link" to some data feed

2008-06-03 Thread Stephen Denne
Scott Marlowe wrote: > On Tue, Jun 3, 2008 at 9:58 PM, Albretch Mueller > <[EMAIL PROTECTED]> wrote: > > On Tue, Jun 3, 2008 at 11:03 PM, Oliver Jowett > <[EMAIL PROTECTED]> wrote: > >> That's essentially the same as the COPY you quoted in your > original email, > >> isn't it? So.. what exactly

Re: [GENERAL] [JDBC] How to just "link" to some data feed

2008-06-03 Thread Scott Marlowe
On Tue, Jun 3, 2008 at 9:58 PM, Albretch Mueller <[EMAIL PROTECTED]> wrote: > On Tue, Jun 3, 2008 at 11:03 PM, Oliver Jowett <[EMAIL PROTECTED]> wrote: >> That's essentially the same as the COPY you quoted in your original email, >> isn't it? So.. what exactly is it you want to do that COPY doesn't

Re: [GENERAL] [JDBC] How to just "link" to some data feed

2008-06-03 Thread Oliver Jowett
Albretch Mueller wrote: On Tue, Jun 3, 2008 at 11:03 PM, Oliver Jowett <[EMAIL PROTECTED]> wrote: That's essentially the same as the COPY you quoted in your original email, isn't it? So.. what exactly is it you want to do that COPY doesn't do? ~ well, actually, not exactly; based on: ~ http:/

Re: [GENERAL] [JDBC] How to just "link" to some data feed

2008-06-03 Thread Albretch Mueller
On Tue, Jun 3, 2008 at 11:03 PM, Oliver Jowett <[EMAIL PROTECTED]> wrote: > That's essentially the same as the COPY you quoted in your original email, > isn't it? So.. what exactly is it you want to do that COPY doesn't do? ~ well, actually, not exactly; based on: ~ http://postgresql.com.cn/docs/