Hi,
BY default Helical Insight only shows public schemas. In order to start seeing all your schemas including PRIVATE and PUBLIC as well as any new schemas which you are going to add in future follow the below steps.
Please modify below file :
- Open file postgresql.efwd from location
“….\hi\hi-repository\System\Admin\DbConfig”
- You will see sql as :
select schema_name as schemas from information_schema.schemata where schema_name in (‘public’,‘pg_catalog’,‘information_schema’)
Under TABLE_SCHEMA tag.
Remove filtering WHERE condition from this sql and make it like:
select schema_name as schemas from information_schema.schemata
Save this file and clear all Helical Insight application as well as browser cache and again try creating a new metadata, you will start seeing all schemas in the list.
Thank You,
Helical Insight.