Re: created database but access is not copied ? any suggestions

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: srilinux <srilinux09(at)gmail(dot)com>
Cc: "pgsql-sql(at)postgresql(dot)org" <pgsql-sql(at)postgresql(dot)org>
Subject: Re: created database but access is not copied ? any suggestions
Date: 2017-07-28 20:57:47
Message-ID: CAKFQuwb+uroJ4FwA3K=RexL6Fboj-8WGUKPN28X212_x5j5seg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Friday, July 28, 2017, srilinux <srilinux09(at)gmail(dot)com> wrote:

> Hi All
>
> I have created the below standby database using the below command
>
> CREATE DATABASE standby OWNER admin TABLESPACE assembly;
>
> this worked but the assembly database has privileges which are not copied
> to
> standby server , is there any thing that need to be added in the create
> syntax or do after the standby db is created ?
>
>
The tablespace named assembly and the database named assembly are not the
same thing.

David J.

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message srilinux 2017-07-28 21:16:05 Re: created database but access is not copied ? any suggestions
Previous Message srilinux 2017-07-28 20:43:22 created database but access is not copied ? any suggestions