View Issue Details

IDProjectCategoryView StatusLast Update
0002263Database Workbench v6PostgreSQL Modulepublic2025-01-06 12:59
ReporterMartijn Tonies Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status newResolutionopen 
Summary0002263: Test Data Generator fails on non-default schema tables
DescriptionTest Data Generator fails on non-default schema tables.
Steps To Reproduce1. create database
2. create non-default schema
3. create table in non-default schema
4. try to use TDG on table created in step 3
TagsNo tags attached.

Activities

Martijn Tonies

2025-01-06 12:59

administrator   ~0000617

Possible workaround, change default schema
ALTER DATABASE db_name SET search_path TO schema_name;

Issue History

Date Modified Username Field Change
2025-01-06 12:57 Martijn Tonies New Issue
2025-01-06 12:59 Martijn Tonies Note Added: 0000617