Re: Profile Creation

From: "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>
To: Brajendra Pratap Singh <singh(dot)bpratap766(at)gmail(dot)com>
Cc: "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Profile Creation
Date: 2020-10-02 20:45:48
Message-ID: CAKFQuwb5oxGK7WdMkQBYJGz1wHFJcMpyhi1W777KYD3SMUgDRg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Oct 2, 2020 at 1:43 PM Brajendra Pratap Singh <
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.

In response to

Responses

Browse pgsql-general by date

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