pg_dump empty tables - Mailing list pgsql-general

From Edu Gargiulo
Subject pg_dump empty tables
Date
Msg-id CAD_UXMbu6Xy5ESEdAa2-o7vVN6O300exNYsywjcMZqg-SWz6hw@mail.gmail.com
Whole thread Raw
Responses Re: pg_dump empty tables  (Adrian Klaver <adrian.klaver@aklaver.com>)
List pgsql-general
Hi all,

We are using postgresql 11.7 on Debian.
I noticed that pg_dump is not including records on tables with fields defined as array type (integer[] and real[]). The table structure is normally restored but they have 0 records on restoring.

i'm wondering if is it a normal behaviour of pg_dump and how should I execute it to include data on that tables.

Any hint would be appreciated. Thanks in advance and sorry for my english

--
edugarg

pgsql-general by date:

Previous
From: Klaudie Willis
Date:
Subject: Re: n_distinct off by a factor of 1000
Next
From: Jason Ralph
Date:
Subject: UPDATE on 20 Million Records Transaction or not?