Need help in making the schema name case insensitive.

From: Mayank Gupta - Network <gupta_mayank2(at)network(dot)lilly(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Cc: Vikram Chaudhary - Network <chaudhary_vikram(at)network(dot)lilly(dot)com>
Subject: Need help in making the schema name case insensitive.
Date: 2017-12-07 09:50:31
Message-ID: BN6P162MB008303AB9530C4BE6851601792330@BN6P162MB0083.NAMP162.PROD.OUTLOOK.COM
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hello Team,

We need your assistance in below scenario.

Scenario: We have a case sensitive schema name (e.g "Schema_Name"), due to this reason we have to put schema name in double quotes. Now, we have to connect the postgreSQL server via "informatica on cloud". For the connection from informatica to Postgress we are using JDBC connection.

Problem: While connecting to the server via JDBC connection, "Informatica on cloud" do not take case sensitive schema names due to which we are not able to fetchtables from the schema. Could you please suggest any alternative solution that can either give non-case sensitive alias to our case sensitive schema or how to make our schema case insensitive.

Note: The existing schema is old schema so we don't have the option to drop and re-create new schema.

Regards,
Mayank

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Naveen Kumar 2017-12-07 11:29:50 Re: Need help in making the schema name case insensitive.
Previous Message Ilnur Khanov 2017-12-07 08:35:35 Re: "FATAL: the database system is starting up" and hot_standby = on