View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003852 | SymmetricDS | Bug | public | 2019-01-09 18:45 | 2019-02-11 21:46 |
Reporter | elong | Assigned To | elong | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.9.0 | ||||
Target Version | 3.9.17 | Fixed in Version | 3.9.17 | ||
Summary | 0003852: Startup on Postgres no relation for gp_id | ||||
Description | The way SymmetricDS detects Greenplum causes an error to be written to the Postgres logs: ERROR: relation "gp_id" does not exist at character 20 STATEMENT: select gpname from gp_id Instead, check if the table exists or not: select * from information_schema.tables where lower(table_name) = 'gp_id'; | ||||
Tags | No tags attached. | ||||
SymmetricDS: 3.9 538d3ca9 2019-01-09 14:04:30 Details Diff |
0003852: Startup on Postgres no relation for gp_id |
Affected Issues 0003852 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/JdbcDatabasePlatformFactory.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/greenplum/GreenplumPlatform.java | Diff File | ||
SymmetricDS: 3.10 45ef15b9 2019-01-09 14:04:30 Details Diff |
0003852: Startup on Postgres no relation for gp_id |
Affected Issues 0003852 |
|
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/JdbcDatabasePlatformFactory.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/greenplum/GreenplumPlatform.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2019-01-09 18:45 | elong | New Issue | |
2019-01-09 18:45 | elong | Status | new => assigned |
2019-01-09 18:45 | elong | Assigned To | => elong |
2019-01-09 19:05 | elong | Status | assigned => resolved |
2019-01-09 19:05 | elong | Resolution | open => fixed |
2019-01-09 19:05 | elong | Fixed in Version | => 3.9.17 |
2019-01-09 20:00 | admin | Changeset attached | => SymmetricDS 3.9 538d3ca9 |
2019-01-09 20:00 | admin | Changeset attached | => SymmetricDS 3.10 45ef15b9 |
2019-02-11 21:46 | admin | Status | resolved => closed |