On 10/2/20 2:45 PM, David G. Johnston wrote:
On Fri, Oct 2, 2020 at 1:43 PM Brajendra Pratap Singh <singh.bpratap...@gmail.com <mailto:singh.bpratap...@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


Reply via email to