Re: What is exactly a schema?

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: marcelo <marcelo(dot)nicolet(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: What is exactly a schema?
Date: 2017-07-14 10:03:50
Message-ID: CAB7nPqT9kCX2MP5aKo=FpsTfcnKBW-6T2M9FRO+=PWqF0QVeLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jul 14, 2017 at 12:00 PM, marcelo <marcelo(dot)nicolet(at)gmail(dot)com> wrote:
> The question is not trivial. Could I maintain two or three separate/distinct
> "versions" of same database using one schema for every of them?
> Could some tables (in the public schema) be shared among all the schemas?

The documentation gives a good starting point:
https://www.postgresql.org/docs/9.6/static/ddl-schemas.html
--
Michael

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Berend Tober 2017-07-14 10:58:20 Re: What is exactly a schema?
Previous Message marcelo 2017-07-14 10:00:49 What is exactly a schema?