Re: Add support for data change delta tables

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: PavelTurk <pavelturk2000(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Add support for data change delta tables
Date: 2024-01-15 10:05:47
Message-ID: CAFj8pRA27e0cMpcNZLWx2k6_9kgv7kf=MRVaBiyvaPe+7J+sPQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi

po 15. 1. 2024 v 11:00 odesílatel PavelTurk <pavelturk2000(at)gmail(dot)com>
napsal:

> Hello all,
>
>
> Currently PostgreSQL doesn't support data change delta tables. For example, it doesn't support this type of query:
>
> SELECT * FROM NEW TABLE (
> INSERT INTO phone_book
> VALUES ( 'Peter Doe', '555-2323' )
> ) AS t
>
> PostgreSQL has RETURNING that provides only a subset of this functionality.
>
>
> So I suggest to add support for data change delta tables. Because this feature is more powerful and it is included
> in the SQL Standard.
>

This is the wrong mailing list - probably you should send your proposal to
pgsql-hackers.

https://wiki.postgresql.org/wiki/Developer_FAQ

The community development is based on patches. If you propose some
feature, usually you should implement it. Probably nobody will implement
it instand you.

Regards

Pavel

>
> Best regards, Pavel
>
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message PavelTurk 2024-01-15 10:11:15 Re: Add support for data change delta tables
Previous Message PavelTurk 2024-01-15 10:00:19 Add support for data change delta tables