Re: managing multiple db developers
От | S. Bob |
---|---|
Тема | Re: managing multiple db developers |
Дата | |
Msg-id | f50e34ae-4488-c496-925a-5740ae4ad71f@quadratum-braccas.com обсуждение исходный текст |
Ответ на | Re: managing multiple db developers (Mark Phillips <mark.phillips@mophilly.com>) |
Ответы |
Re: managing multiple db developers
|
Список | pgsql-admin |
On 1/15/19 1:31 PM, Mark Phillips wrote:
On Jan 15, 2019, at 10:14 AM, S. Bob <sbob@quadratum-braccas.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" approachThank 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
В списке pgsql-admin по дате отправления: