-
> > It involves some code refactoring, unit tests and load function.
> > I tested it under postgres, and Sen tested under Greenplum.
First, are you sure this runs on GP?
115 GPLOAD:
116 …
-
Is there a flag I can set somewhere to migrate to Postgres 8.X vs 9.X ? I'm getting the error on a migration of :
psql:cdwmetadata_inserts.sql:842445: ERROR: syntax error at or near "EXISTS"
LINE…
-
Yesterday, I finally got loading one table TXN_CODES successfully
if I use a intermediate outputfile(for that output_sql_from_ora.sql)
But today, try to do memory to memory loading.
Here is my config…
-
I run KBP example with GreenPlum and it gives following error messages:
```
kbp (mike-kbp-example) $ ./run.sh
CREATE SCHEMA
NOTICE: CREATE TABLE will create implicit sequence "mention_id_seq" for s…
-
```
02:29:06 [PostgresInferenceDataStoreComponent$PostgresInferenceDataStore(akka://deepdive)] INFO Writing grounding queries to file="/tmp/grounding1059931729374242987.sql"
02:29:06 [PostgresInferen…
-
Hi eulerto,
thanks first of all for the cool library. I am having trouble compiling it on CentOS 6.4. Please see the following output:
[gpadmin@gpdbsne pg_similarity]$ USE_PGXS=1 make
sed 's,MODULE…
-
hello,
I'm using freshly compiled version of PivotalR, on mac os, french locale
when running summary on a table object, I get
"Error in db.data.frame(tbl.output, conn.id = conn.id, verbose = FALSE…
-
``` ruby
My_model.create some_hash
Sequel::DatabaseError: PG::FeatureNotSupported: ERROR: The RETURNING clause of the INSERT statement is not supported in this version of Greenplum Database.
```
sam…
-
The tool returns pretty much empty data for postgres 8.2.14 log. It is a greenplum environment using 4.0.6 version. And here is the only related config turned-on
# Greenplum specific configuration …
-
We are using Sequel to connect to Greenplum (Postgres) database, and the error handling works perfectly in development (when we use the gem from Bundler).
In development, running the same code gives…