Hi Vasu,
> On 04. Jun, 2020, at 17:52, Vasu Madhineni <vasumdba1515(at)gmail(dot)com> wrote:
> We are planning a POC on multitenant architecture in Postgres, Could you please help us with steps for multitenant using schema for each application model.
look up the docs for "create database" and "create schema":
https://www.postgresql.org/docs/current/sql-createdatabase.html
https://www.postgresql.org/docs/current/sql-createschema.html
PostgreSQL is by definition, what Oracle calls "multi tenant".
Cheers,
Paul