PostgreSQL Logical Backup-Pg-dump| How to take backup using pg_dump

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 ธ.ค. 2024

ความคิดเห็น • 5

  • @mastimasti3898
    @mastimasti3898 2 ปีที่แล้ว

    How to take backup with 100 rows from each table?

    • @raghuldrag
      @raghuldrag 2 ปีที่แล้ว

      Can you pls elaborate your questions

    • @mastimasti3898
      @mastimasti3898 2 ปีที่แล้ว

      @@raghuldrag I have customers -schema and having 5 tables with 5000 records for each table. Now I want to take customers schema with only 100 records from each table.

    • @mastimasti3898
      @mastimasti3898 2 ปีที่แล้ว

      @@raghuldrag Table is having 1000 records but I want take backup only 200 records using pg_dump. Is it possible? Tell me how ?

    • @mynotesoracledba
      @mynotesoracledba  2 ปีที่แล้ว

      @@mastimasti3898 you can do it but you should create one more table like create table sports as select * from sports_org where sports_name='cricket'; then do pgdump backup