I was developing a web application with Codeigniter 3 framework with PostgreSQL. It's an eCommerce website and the currency we used globally is Indian Rupee.
I was using data type 'money' for the field where we store the price. Now we are about to upload the application to AWS RDS & EC2 and after creating a PostgreSQL database, the currency symbol shown is $.
I am pretty new to PostgreSQL and we already migrated all our data to the server. I would appreciate if someone will help me to change locale from $ to ₹ in PostgreSQL.