From: | "S(dot) Bob" <sbob(at)quadratum-braccas(dot)com> |
---|---|
To: | pgsql-admin(at)lists(dot)postgresql(dot)org |
Subject: | Re: managing multiple db developers |
Date: | 2019-01-15 21:52:08 |
Message-ID: | f50e34ae-4488-c496-925a-5740ae4ad71f@quadratum-braccas.com |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
On 1/15/19 1:31 PM, Mark Phillips wrote:
> On Jan 15, 2019, at 10:14 AM, S. Bob <sbob(at)quadratum-braccas(dot)com
> <mailto:sbob(at)quadratum-braccas(dot)com>> wrote:
>>
>> PostgreSQL supports schema's as well, a schema in PostgreSQL is a
>> simple namespace, which is a different concept from Oracle but you
>> can accomplish the same thing with a schema, in particular via the
>> "CREATE SCHEMA AUTHORIZATION" approach
>
> Thank you for the suggestion.
>
> My only concern about using pg schemas is the level of separation.
> Also, I have toyed with create schema but, to my ignorant mind, I
> don’t see the tables and such in the “dev schema”.
>
> - Mark
You'll need to augment setting the schema with setting the search_path,
you can also set a default search_path for a user
From | Date | Subject | |
---|---|---|---|
Next Message | Mark Phillips | 2019-01-15 22:13:43 | Re: managing multiple db developers |
Previous Message | Mark Phillips | 2019-01-15 20:33:35 | Re: managing multiple db developers |