Re: pg_dump insert column GENERATED

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Дмитрий Иванов <firstdismay(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: pg_dump insert column GENERATED
Date: 2021-11-21 17:25:54
Message-ID: 15ee1aef-6b36-dc58-a610-b0f665ac652a@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 11/21/21 07:23, Дмитрий Иванов wrote:
> Yes and yes.
> I don't get regular results in my experiments. I filled in some of the
> tables this morning, but now I can't do it again.
> > INSERT INTO bpd.plan_calendar (create in version 12)
> > OK
> I can't do it again.

You are going need to provide more information about the above:

1) Define regular results.

2) The query used.

3) The outcome vs what you expected.

> Are the below from the bpd.sql file?
> Yes
> Why does pg_dump insert data into the calculated columns?

It shouldn't that is the point of this discussion, why it is happening
in your case? So far we have not been able to replicate this behavior on
our end, hence the many questions as to your set up.

> I entered the data manually via export/import, excluding the problematic
> field because its value will be calculated when inserted.
>
>

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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message David G. Johnston 2021-11-21 17:59:11 Re: Error when rewriting a query into multiple queries
Previous Message Tom Lane 2021-11-21 16:27:10 Re: insert column monetary type ver 2