Saturday, 11 July 2020

Create PostgreSQL Database

1.Login to pgAdmin 4

2. Right Click on Database . Select Create - Database



3. In the General TAB 
       . Provide the Database Name 
       . Enter the appropriate comment 


4. Definition Tab
     Verify Encoding 
     Template
     Tablespace




5. To view Create Database Script , click on SQL tab


Click on Save to Create the Database

6. MyFirstDB is Created and you can view the Database in pgAdmin 4

No comments:

Post a Comment