Re: pg_dump empty tables

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: pg_dump empty tables
Дата
Msg-id 0ef485b2-5091-d515-ecb2-3c05b1582199@aklaver.com
обсуждение исходный текст
Ответ на pg_dump empty tables  (Edu Gargiulo <egargiulo@gmail.com>)
Ответы Re: pg_dump empty tables  (Edu Gargiulo <egargiulo@gmail.com>)
Список pgsql-general
On 6/23/20 6:30 AM, Edu Gargiulo wrote:
> 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.

What is the complete command you are using when running pg_dump?

What is the schema for one of the tables? e.g \dt table_name

What is does a SELECT on those fields show?

> 
> 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


-- 
Adrian Klaver
adrian.klaver@aklaver.com



В списке pgsql-general по дате отправления:

Предыдущее
От: Jason Ralph
Дата:
Сообщение: UPDATE on 20 Million Records Transaction or not?
Следующее
От: Adrian Klaver
Дата:
Сообщение: Re: UPDATE on 20 Million Records Transaction or not?