> > > Hi List,
> > > We have a customer who is trying to migrate a few PostgresPlus instances
> > to
> > > GridSQL clusters. They have a process that pulls data from another
> > server
> > > using dblink every night, and we're trying to replicate that on the
> > GridSQL
> > > instance, but grid is
Grid passes functions off to underlying databases. Unfortunately, it
doesn't do so when the functions are in the from clause. If it did, that
would work.
But I digress. We're attempting to try either the csv import (which would
require a new script, but no biggie) or a data pull on the underlyi
On Thu, May 5, 2011 at 1:40 PM, Merlin Moncure wrote:
> On Thu, May 5, 2011 at 12:13 PM, Sam Nelson
> wrote:
> > Hi List,
> > We have a customer who is trying to migrate a few PostgresPlus instances
> to
> > GridSQL clusters. They have a process that pulls data from another
> server
> > using d
On Thu, May 5, 2011 at 12:13 PM, Sam Nelson wrote:
> Hi List,
> We have a customer who is trying to migrate a few PostgresPlus instances to
> GridSQL clusters. They have a process that pulls data from another server
> using dblink every night, and we're trying to replicate that on the GridSQL
> i
Hi List,
We have a customer who is trying to migrate a few PostgresPlus instances to
GridSQL clusters. They have a process that pulls data from another server
using dblink every night, and we're trying to replicate that on the GridSQL
instance, but grid is being a bit of a pain.
Grid doesn't see