Re: Profile Creation

Поиск
Список
Период
Сортировка
От Rob Sargent
Тема Re: Profile Creation
Дата
Msg-id 10d428d5-b4d1-0bf6-c7d9-1be7dbffdf5a@gmail.com
обсуждение исходный текст
Ответ на Re: Profile Creation  ("David G. Johnston" <david.g.johnston@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Brajendra Pratap Singh
Дата:
Сообщение: Re: Profile Creation
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: Profile Creation