View Issue Details

IDProjectCategoryView StatusLast Update
0003852SymmetricDSBugpublic2019-02-11 21:46
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.9.0 
Target Version3.9.17Fixed in Version3.9.17 
Summary0003852: Startup on Postgres no relation for gp_id
DescriptionThe 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';
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.9 538d3ca9

2019-01-09 14:04:30

admin

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

admin

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

Issue History

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