Re: Profile Creation

From: Rob Sargent <robjsargent(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Profile Creation
Date: 2020-10-02 20:59:13
Message-ID: 10d428d5-b4d1-0bf6-c7d9-1be7dbffdf5a@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 10/2/20 2:45 PM, David G. Johnston wrote:
> On Fri, Oct 2, 2020 at 1:43 PM Brajendra Pratap Singh
> <singh(dot)bpratap766(at)gmail(dot)com <mailto:singh(dot)bpratap766(at)gmail(dot)com>> wrote:
>
> How can we create a user profile in open postgresql db?
>
> ?
>
> CREATE TABLE user_profile (...);
> INSERT INTO user_profile VALUES (...);
>
> David J.
>
I'm betting on
CREATE ROLE rolename WITH option

https://www.postgresql.org/docs/13/sql-createrole.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2020-10-02 21:00:28 Re: Profile Creation
Previous Message Brajendra Pratap Singh 2020-10-02 20:56:39 Re: Profile Creation