Re: Profile Creation

2020-10-03 Thread Brajendra Pratap Singh
Hi Adrian, Here the user profile means which contains the following functionality same as in EDB profile contains like password_verify_function, password_life_time, password_lock_time etc. Thanks, Singh On Sat, 3 Oct, 2020, 2:14 AM Adrian Klaver, wrote: > On 10/2/20 1:40 PM, Brajendra Pratap

Re: Profile Creation

2020-10-02 Thread Adrian Klaver
On 10/2/20 1:56 PM, Brajendra Pratap Singh wrote: Hi Adrian, Here the user profile means which contains the following functionality same as inĀ  EDB profile contains like password_verify_function, password_life_time, password_lock_time etc. The below then?: https://www.enterprisedb.com/edb-d

Re: Profile Creation

2020-10-02 Thread Rob Sargent
On 10/2/20 2:45 PM, David G. Johnston wrote: On Fri, Oct 2, 2020 at 1:43 PM Brajendra Pratap Singh 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'

Re: Profile Creation

2020-10-02 Thread David G. Johnston
On Fri, Oct 2, 2020 at 1:43 PM Brajendra Pratap Singh < 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.

Re: Profile Creation

2020-10-02 Thread Adrian Klaver
On 10/2/20 1:40 PM, Brajendra Pratap Singh wrote: Hi All, How can we create a user profile in open postgresql db? You are going to need to be more specific about what you consider a user profile to be. Thanks, Singh -- Adrian Klaver adrian.kla...@aklaver.com