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:
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
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