Re: pg_dump crashes

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Nico De Ranter <nico(dot)deranter(at)esaturnus(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_dump crashes
Date: 2020-05-22 15:13:54
Message-ID: 3e14f4f4-342f-c7bf-8ec4-af348b0c8172@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 5/22/20 8:05 AM, Nico De Ranter wrote:
>

>
> Assuming the above matches:
>
> COPY public.file (fileid, fileindex, jobid, pathid, filenameid,
> deltaseq, markid, lstat, md5)
>
> the '????????????????????' would be for the md5 field. I'm going to say
> that is important.
>
>
> But that would be content of the database only. The should matter for
> the application but not for a dump of the database, right?

Also what does:

\d public.file

show?

In particular are there any triggers on the table?

>
> --
>
> Nico De Ranter
>

>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Andrus 2020-05-22 15:16:28 Re: Query returns no rows in pg_basebackup cluster
Previous Message Nico De Ranter 2020-05-22 15:13:07 Re: pg_dump crashes