Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression

From: jian he <jian(dot)universality(at)gmail(dot)com>
To: Amul Sul <sulamul(at)gmail(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER COLUMN ... SET EXPRESSION to alter stored generated column's expression
Date: 2023-08-03 06:34:36
Message-ID: CACJufxHWXuwAkh4x_ZnnePpEXbw1eznLhKBBJQA-PWWzoUsGHQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Aug 3, 2023 at 1:23 PM Amul Sul <sulamul(at)gmail(dot)com> wrote:
>
>
> That is not expected & acceptable. But, somehow, I am not able to reproduce
> this behavior. Could you please retry this experiment by adding "table_schema"
> in your output query?
>
> Thank you.
>
> Regards,
> Amul
>

sorry. my mistake.
I created these partitions in a public schema and test schema. I
ignored table_schema when querying it.
Now, this patch works as expected.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Kapila 2023-08-03 06:38:31 Re: [PoC] pg_upgrade: allow to upgrade publisher node
Previous Message Will Mortensen 2023-08-03 06:30:36 Re: Exposing the lock manager's WaitForLockers() to SQL