Vlad Arkhipov
Vlad Arkhipov
Yes, it is possible. Actually, that was also my first idea of how to implement system versioning, but not how the people who wrote the SQL standard decided it should...
This turned out to be more difficult than I expected, so I gave it up after some time. The worst thing about this approach is that when you insert a...
I think the main point was to get rid of the `sys_period` column in the original table. Unfortunately, this approach comes at the price of performance loss since you will...
Is it still reproducible with the latest master?
Just created GitHub Actions with all PostgreSQL versions up to 15.
Hi @jamiewinder, That idea does have legs. It was one of the two ideas I considered implementing. The other one was specifying the system time as a comment near the...
> Would putting the AS OF clause in a comment like the example you gave actually apply the clause in the example you gave? Sounds like a great idea if...
It should be. There are DLLs built against version 9.6.
There are DLLs for PG 9.3-15 in version 1.0.3.
Should be fixed in 1.0.3.