Re: Add support for data change delta tables

2024-01-15 Thread PavelTurk
On 1/15/24 12:17 PM, Pavel Stehule wrote: po 15. 1. 2024 v 11:11 odesílatel PavelTurk mailto:pavelturk2...@gmail.com>> napsal: On 1/15/24 12:05 PM, Pavel Stehule wrote: Hi po 15. 1. 2024 v 11:00 odesílatel PavelTurk mailto:pavelturk2...@gmail.com>> napsal:

Re: Add support for data change delta tables

2024-01-15 Thread PavelTurk
On 1/15/24 12:05 PM, Pavel Stehule wrote: Hi po 15. 1. 2024 v 11:00 odesílatel PavelTurk mailto:pavelturk2...@gmail.com>> napsal: Hello all, Currently PostgreSQL doesn't support data change delta tables. For example,  it doesn't support this type of query: S

Add support for data change delta tables

2024-01-15 Thread PavelTurk
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 function