Trick to create alias/mirror table

From: intmail01 <intmail01(at)gmail(dot)com>
To: pgsql-sql(at)lists(dot)postgresql(dot)org
Subject: Trick to create alias/mirror table
Date: 2024-07-08 11:27:37
Message-ID: CAKJANSDruTfkYCCKuWr3camHGLuO67s-=DYX-Kjv4fQMkhn09g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,
Looking for a trick to make something like an alias or a mirror table. The
alias can be updated. View is not suitable because it is read only data.
The alias is always linked to the original table. When a modification
occurred in the original table this will be visible in all link tables.

Thanks

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Kashif Zeeshan 2024-07-08 11:55:37 Re: Trick to create alias/mirror table
Previous Message Axel Rau 2024-06-26 13:38:15 [RESOLVED] Re: struggling with GRANT while upgrading from 13 to 16