Re: Profile Creation - Mailing list pgsql-general

From Rob Sargent
Subject Re: Profile Creation
Date
Msg-id 10d428d5-b4d1-0bf6-c7d9-1be7dbffdf5a@gmail.com
Whole thread Raw
In response to Re: Profile Creation  ("David G. Johnston" <david.g.johnston@gmail.com>)
List 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.bpratap766@gmail.com <mailto:singh.bpratap766@gmail.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



pgsql-general by date:

Previous
From: Brajendra Pratap Singh
Date:
Subject: Re: Profile Creation
Next
From: Adrian Klaver
Date:
Subject: Re: Profile Creation