项目作者: shubhamd99

项目描述 :
Showcase -
高级语言: TSQL
项目地址: git://github.com/shubhamd99/postgresql-learning.git
创建时间: 2019-12-28T08:09:08Z
项目社区:https://github.com/shubhamd99/postgresql-learning

开源协议:

下载


PostgreSQL Learning

Creating Dump file

pg_dump —no-owner shubham > dump.sql

Restore Tables

  1. Left click on database name (Databases > shubham)
  2. Click on Restore
  3. Select .tar file

Open SQL shell (psql)

  1. Server [localhost]:
  2. Database [postgres]: shubham
  3. Port [5432]:
  4. Username [postgres]:
  5. Password for user postgres: test